aboutsummaryrefslogtreecommitdiff
path: root/src/sync/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-25 16:24:27 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-25 16:24:27 +0100
commitcd1c879a67f169b8e1570db9ab88b535186390da (patch)
tree7c36a098d3ce2788bdd38e02508db42ddfa421fc /src/sync/Makefile.am
parent50c482495e33314141bca76bbc1c31c69e00b739 (diff)
downloadsync-cd1c879a67f169b8e1570db9ab88b535186390da.tar.gz
sync-cd1c879a67f169b8e1570db9ab88b535186390da.tar.bz2
sync-cd1c879a67f169b8e1570db9ab88b535186390da.zip
fix os installation sequence
Diffstat (limited to 'src/sync/Makefile.am')
-rw-r--r--src/sync/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/Makefile.am b/src/sync/Makefile.am
index c1ceb62..c90567e 100644
--- a/src/sync/Makefile.am
+++ b/src/sync/Makefile.am
@@ -16,6 +16,7 @@ sync_httpd_SOURCES = \
sync-httpd_mhd.c sync-httpd_mhd.h \
sync-httpd_terms.c sync-httpd_terms.h
sync_httpd_LDADD = \
+ $(top_builddir)/src/util/libsyncutil.la \
$(top_builddir)/src/syncdb/libsyncdb.la \
-lmicrohttpd \
-ljansson \