summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6a0d5db)
raw | patch | inline | side by side (parent: 6a0d5db)
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 5c691b26ca72533f402b3dffab027f47462be9bd..39e0c416d4db3ccca6613ebb607b85cf8c551e92 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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