From 1a5dab8037c33f0188df86ab56eeab09c0c5a5ef Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 3 Apr 2007 13:18:32 +0000 Subject: - fixed support of 'curl' library (Eugene) - added suport of 'automake' v1.6 (Eugene) - fixed oracle support (Eugene) - added support of MySQL v3.23 (Eugene) - fixed 'gen.pl' for UTF8 (Eugene) - more minor fixes git-svn-id: svn://svn.zabbix.com/trunk@3971 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- src/libs/zbxsysinfo/unknown/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/zbxsysinfo/unknown/Makefile.am') diff --git a/src/libs/zbxsysinfo/unknown/Makefile.am b/src/libs/zbxsysinfo/unknown/Makefile.am index 92dc918f..471f201c 100644 --- a/src/libs/zbxsysinfo/unknown/Makefile.am +++ b/src/libs/zbxsysinfo/unknown/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libspecsysinfo.a -libspecsysinfo_a_CPPFLAGS = -I@top_srcdir@/src/zabbix_agent/ +libspecsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/ libspecsysinfo_a_SOURCES = \ cpu.c \ -- cgit