Corrected dependencies in src/libconfig/Makefile.am
Removed dependency to `mysql.h' (since it doesn't exist)
hddtemp . . . . . . $enable_hddtemp
load . . . . . . . $enable_load
memory . . . . . . $enable_memory
+ mysql . . . . . . . $enable_mysql
nfs . . . . . . . . $enable_nfs
ping . . . . . . . $enable_ping
processes . . . . . $enable_processes
if BUILD_MODULE_MYSQL
pkglib_LTLIBRARIES += mysql.la
-mysql_la_SOURCES = mysql.c mysql.h
+mysql_la_SOURCES = mysql.c
mysql_la_LDFLAGS = -module -avoid-version
if BUILD_WITH_LIBMYSQL
mysql_la_LDFLAGS += -lmysqlclient
conf_equal.c conf_equal.h \
conf_section.c conf_section.h \
conf_space.c conf_space.h \
- conf_xml.c conf_xml.h
+ conf_xml.c conf_xml.h \
+ compat.h libconfig_private.h