summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/syncdb/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am
index ef7fd46..09b577c 100644
--- a/src/syncdb/Makefile.am
+++ b/src/syncdb/Makefile.am
@@ -58,14 +58,14 @@ libsyncdb_la_LDFLAGS = \
libsync_plugin_db_postgres_la_SOURCES = \
plugin_syncdb_postgres.c
-libsync_plugin_db_postgres_la_LIBADD = \
- $(LTLIBINTL)
libsync_plugin_db_postgres_la_LDFLAGS = \
- $(SYNC_PLUGIN_LDFLAGS) \
- -lgnunetpq \
- -lpq \
+ $(SYNC_PLUGIN_LDFLAGS)
+libsync_plugin_db_postgres_la_LIBADD = \
+ $(LTLIBINTL) \
-ltalerpq \
+ -lgnunetpq \
-lgnunetutil \
+ -lpq \
$(XLIB)
check_PROGRAMS = \