summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-24 17:44:06 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-24 17:44:06 +0100
commitc4b5ac29367dd1d845c19851504784bdbdbc1fd5 (patch)
treeabd0928b4d798e1fddefb61420aeb2b31e621eb5 /src/lib/Makefile.am
parentd6108a63b016ebe8410049ca1292b0d7fef73291 (diff)
downloadsync-c4b5ac29367dd1d845c19851504784bdbdbc1fd5.tar.gz
sync-c4b5ac29367dd1d845c19851504784bdbdbc1fd5.tar.bz2
sync-c4b5ac29367dd1d845c19851504784bdbdbc1fd5.zip
lib skeleton
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 5f05c26..b1b1d92 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -14,7 +14,8 @@ libsync_la_LDFLAGS = \
-no-undefined
libsync_la_SOURCES = \
- sync_api_upload.c
+ sync_api_download.c \
+ sync_api_upload.c
libsync_la_LIBADD = \
-lgnunetcurl \