projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0d5db
)
src/Makefile.am: Link utils_db_query into the postgresql plugin.
author
Sebastian Harl
<sh@tokkee.org>
Mon, 16 Feb 2009 15:40:40 +0000
(16:40 +0100)
committer
Sebastian Harl
<sh@tokkee.org>
Mon, 16 Feb 2009 15:40:40 +0000
(16:40 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
5c691b2
..
39e0c41
100644
(file)
--- 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