summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-25 01:45:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-25 01:45:34 +0100
commitdf7d7dddb27cb9527d4de66de8954451ab1dfa2b (patch)
treebda17eb98581294bc9a03bf2ce29e727b7db630b /src/lib/Makefile.am
parent40c71cb44bdb6f097a2d45fb57406c50b87be849 (diff)
downloadsync-df7d7dddb27cb9527d4de66de8954451ab1dfa2b.tar.gz
sync-df7d7dddb27cb9527d4de66de8954451ab1dfa2b.tar.bz2
sync-df7d7dddb27cb9527d4de66de8954451ab1dfa2b.zip
finish upload API
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 20ceab4..ed0a61e 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -12,15 +12,15 @@ lib_LTLIBRARIES = \
libsync_la_LDFLAGS = \
-version-info 0:0:0 \
-no-undefined
-
libsync_la_SOURCES = \
sync_api_curl_defaults.c sync_api_curl_defaults.h \
sync_api_download.c \
sync_api_upload.c
-
libsync_la_LIBADD = \
-lgnunetcurl \
-lgnunetjson \
+ -ltalerjson \
+ -ltalerutil \
-lgnunetutil \
-ljansson \
$(XLIB)