summaryrefslogtreecommitdiff
path: root/src/pq/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r--src/pq/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index c94029bc6..db9d4aa23 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -3,14 +3,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include $(LIBGCRYPT_CFLAGS) $(POSTGRESQL_CPPFL
talerincludedir = $(includedir)/taler
-talerinclude_HEADERS = \
- db_pq.h
-
lib_LTLIBRARIES = \
libtalerpq.la
libtalerpq_la_SOURCES = \
- db_pq.c db_pq.h
+ db_pq.c
libtalerpq_la_LIBADD = \
-lgnunetutil \