gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sync] 01/02: work on build system


From: gnunet
Subject: [taler-sync] 01/02: work on build system
Date: Thu, 14 Nov 2019 19:47:24 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository sync.

commit fe0de89c0408269dce3379942806a108225d642d
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 14 19:35:18 2019 +0100

    work on build system
---
 src/syncdb/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am
index 9b3d4b0..e181df9 100644
--- a/src/syncdb/Makefile.am
+++ b/src/syncdb/Makefile.am
@@ -22,6 +22,7 @@ libsyncdb_la_SOURCES = \
   sync_db_plugin.c
 
 libsyncdb_la_LIBADD = \
+  $(top_builddir)/src/util/libsyncutil.la \
   -lgnunetpq \
   -lpq \
   -lgnunetutil
@@ -35,6 +36,7 @@ libsync_plugin_db_postgres_la_SOURCES = \
 libsync_plugin_db_postgres_la_LIBADD = \
   $(LTLIBINTL)
 libsync_plugin_db_postgres_la_LDFLAGS = \
+  $(top_builddir)/src/util/libsyncutil.la \
   $(TALER_PLUGIN_LDFLAGS) \
   -lgnunetpq \
   -lpq \
@@ -52,8 +54,7 @@ test_sync_db_postgres_LDFLAGS = \
   -lgnunetutil \
   -lgnunetpq \
   -ltalerutil \
-  -ltalerpq \
-  -luuid
+  -ltalerpq
 
 TESTS = \
   test_sync_db-postgres

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]