summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-12 18:08:25 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-12 18:08:25 +0100
commit451106fe8a5874018cbc5d4b56ccbf17a6ee825e (patch)
tree4649a666c0a6b80893de9dbb86f6a2d9b39e35f9 /src
parent9b390e67d946eff18c08cf10dac30b9ea9f5b7f4 (diff)
downloadsync-451106fe8a5874018cbc5d4b56ccbf17a6ee825e.tar.gz
sync-451106fe8a5874018cbc5d4b56ccbf17a6ee825e.tar.bz2
sync-451106fe8a5874018cbc5d4b56ccbf17a6ee825e.zip
-fix Makefile.am
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 = \