summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-04 15:14:44 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-04 15:14:44 +0000
commit0048521c75d0cf7af81886d7243902922f99760b (patch)
treee04ee065c2ba2586d6543a30072b13a7af23bae8 /src
parent114061190d584762c7eaa3b6ea6735af4b2b57f4 (diff)
downloadzabbix-0048521c75d0cf7af81886d7243902922f99760b.tar.gz
zabbix-0048521c75d0cf7af81886d7243902922f99760b.tar.xz
zabbix-0048521c75d0cf7af81886d7243902922f99760b.zip
- fixed src/zabbix_server/Makefile.am for SNMP-enabled compilation (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1931 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/zabbix_server/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zabbix_server/Makefile.am b/src/zabbix_server/Makefile.am
index c4165223..c6252fdd 100644
--- a/src/zabbix_server/Makefile.am
+++ b/src/zabbix_server/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = alerter escalator housekeeper pinger poller timer trapper .
-INCLUDES=-I@top_srcdir@/include @MYSQL_INCLUDE@
+INCLUDES=-I@top_srcdir@/include @MYSQL_INCLUDE@ @SNMP_INCLUDE@
bin_PROGRAMS = zabbix_server
zabbix_server_SOURCES = evalfunc.c expression.c actions.c zlog.c functions.c server.c
zabbix_server_LDADD = ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxlog/libzbxlog.a ../libs/zbxpid/libzbxpid.a ../libs/zbxconf/libzbxconf.a ../libs/zbxdbhigh/libzbxdbhigh.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a pinger/libzbxpinger.a poller/libzbxpoller.a escalator/libzbxescalator.a housekeeper/libzbxhousekeeper.a alerter/libzbxalerter.a timer/libzbxtimer.a trapper/libzbxtrapper.a ../libs/zbxemail/libzbxemail.a ../libs/zbxcommon/libzbxcommon.a
-zabbix_server_LDFLAGS=@MYSQL_LFLAGS@ @PGSQL_LFLAGS@
+zabbix_server_LDFLAGS=@MYSQL_LFLAGS@ @PGSQL_LFLAGS@ @SNMP_LFLAGS@