summaryrefslogtreecommitdiff
path: root/src/sync/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-14 19:58:36 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-14 19:58:36 +0100
commitb4891637798a96ba7d135951b8bf98b08bd3bc61 (patch)
tree203bfea72a2ba50acda7ba61b602417d421d1eab /src/sync/Makefile.am
parent3aee9f29243c659049a433a45f6631b4ca8309f6 (diff)
downloadsync-b4891637798a96ba7d135951b8bf98b08bd3bc61.tar.gz
sync-b4891637798a96ba7d135951b8bf98b08bd3bc61.tar.bz2
sync-b4891637798a96ba7d135951b8bf98b08bd3bc61.zip
fix ftbfs in lib/
Diffstat (limited to 'src/sync/Makefile.am')
-rw-r--r--src/sync/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sync/Makefile.am b/src/sync/Makefile.am
index c703348..ad60afe 100644
--- a/src/sync/Makefile.am
+++ b/src/sync/Makefile.am
@@ -14,10 +14,9 @@ sync_httpd_SOURCES = \
sync-httpd_parsing.c sync-httpd_parsing.h \
sync-httpd_responses.c sync-httpd_responses.h \
sync-httpd_mhd.c sync-httpd_mhd.h \
- sync-httpd_policy.c sync-httpd_policy.h
-
+ sync-httpd_backup.c sync-httpd_backup.h
sync_httpd_LDADD = \
- $(top_builddir)/src/stasis/libsyncdb.la \
+ $(top_builddir)/src/syncdb/libsyncdb.la \
-lmicrohttpd \
-ljansson \
-lgnunetcurl \