apcups plugin: Warn about the irritating name `apcups_charge_pct'.
[collectd.git] / src / libconfig / Makefile.am
index 071784f..b5a558a 100644 (file)
@@ -1,7 +1,10 @@
 AUTOMAKE_OPTIONS = foreign no-dependencies
 
+EXTRA_DIST = AUTHORS LICENSE README TODO
+
 noinst_LTLIBRARIES = libconfig.la
 
+libconfig_la_CFLAGS =
 libconfig_la_LDFLAGS = -avoid-version
 libconfig_la_SOURCES = \
        libconfig.c libconfig.h \
@@ -10,4 +13,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