diff options
Diffstat (limited to 'src/zabbix_server/httppoller/Makefile.am')
-rw-r--r-- | src/zabbix_server/httppoller/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/httppoller/Makefile.am b/src/zabbix_server/httppoller/Makefile.am index 03d3b1f4..ef6b8432 100644 --- a/src/zabbix_server/httppoller/Makefile.am +++ b/src/zabbix_server/httppoller/Makefile.am @@ -7,4 +7,4 @@ libzbxhttppoller_a_SOURCES = \ httptest.c httptest.h \ httppoller.c httppoller.h -libzbxhttppoller_a_CPPFLAGS = $(DB_CPPFLAGS) $(SNMP_INCLUDE) +libzbxhttppoller_a_CPPFLAGS = $(DB_CPPFLAGS) $(SNMP_CPPFLAGS) |