From: Sebastian Harl Date: Mon, 16 Feb 2009 15:40:40 +0000 (+0100) Subject: src/Makefile.am: Link utils_db_query into the postgresql plugin. X-Git-Tag: collectd-4.6.0~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3f5a9023cef447efb4ec998a8764a6137f65c97a;p=collectd.git src/Makefile.am: Link utils_db_query into the postgresql plugin. --- diff --git a/src/Makefile.am b/src/Makefile.am index 5c691b26..39e0c416 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -653,7 +653,8 @@ endif if BUILD_PLUGIN_POSTGRESQL pkglib_LTLIBRARIES += postgresql.la -postgresql_la_SOURCES = postgresql.c +postgresql_la_SOURCES = postgresql.c \ + utils_db_query.c utils_db_query.h postgresql_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBPQ_CPPFLAGS) postgresql_la_LDFLAGS = -module -avoid-version \ $(BUILD_WITH_LIBPQ_LDFLAGS) -lpq