adjustments for Zabbix 7.x
This commit is contained in:
parent
38bee0e6d2
commit
5cab7886fb
|
@ -8,7 +8,7 @@ CC = gcc
|
|||
CFLAGS = -g -O2 -Wall -fPIC $(TARGET_FLAGS)
|
||||
LDFLAGS =
|
||||
LDFLAGS_SO = -shared
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/common
|
||||
LIBS =
|
||||
|
||||
OBJS = \
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
**/
|
||||
|
||||
#include "sysinc.h"
|
||||
#include "zbxsysinc.h"
|
||||
#include "module.h"
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "sysinfo.h"
|
||||
#include "zbxcommon.h"
|
||||
#include "zbxlog.h"
|
||||
#include "zbxsysinfo.h"
|
||||
#include "zbxalgo.h"
|
||||
#include "zbxjson.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue