Added `mysql' status line to configure.in
authorocto <octo>
Sun, 18 Dec 2005 01:48:11 +0000 (01:48 +0000)
committerocto <octo>
Sun, 18 Dec 2005 01:48:11 +0000 (01:48 +0000)
Corrected dependencies in src/libconfig/Makefile.am
Removed dependency to `mysql.h' (since it doesn't exist)

configure.in
src/Makefile.am
src/libconfig/Makefile.am

index 15903be..dffe2f6 100644 (file)
@@ -705,6 +705,7 @@ Configuration:
     hddtemp . . . . . . $enable_hddtemp
     load  . . . . . . . $enable_load
     memory  . . . . . . $enable_memory
+    mysql . . . . . . . $enable_mysql
     nfs . . . . . . . . $enable_nfs
     ping  . . . . . . . $enable_ping
     processes . . . . . $enable_processes
index b44f257..1f30910 100644 (file)
@@ -97,7 +97,7 @@ endif
 
 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
index 187d563..ec0509e 100644 (file)
@@ -11,4 +11,5 @@ libconfig_la_SOURCES = \
        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