aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorBertrand Marc <bmarc@debian.org>2020-07-04 19:06:49 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-05 17:19:53 +0200
commit1d417dcd0f4743976ddeecb397cb1cd8fde2f053 (patch)
tree5bfbc9d645f0a615238b4e2e7cc466252ede667c /src/fs/Makefile.am
parente31c1d4a9f78c4e31fda1f98fe349b33abdd01a2 (diff)
downloadgnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.tar.gz
gnunet-1d417dcd0f4743976ddeecb397cb1cd8fde2f053.zip
Fix_build_dependencies
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index b1555be60..25590c6f7 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -46,8 +46,13 @@ libgnunetfs_la_SOURCES = \
46 46
47libgnunetfs_la_LIBADD = \ 47libgnunetfs_la_LIBADD = \
48 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 48 $(top_builddir)/src/datastore/libgnunetdatastore.la \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
49 $(top_builddir)/src/util/libgnunetutil.la \ 50 $(top_builddir)/src/util/libgnunetutil.la \
50 $(GN_LIBINTL) $(XLIB) $(LIBGCRYPT_LIBS) -lunistring 51 $(GN_LIBINTL) $(XLIB) $(LIBGCRYPT_LIBS) -lunistring
52libgnunetfs_la_DEPENDENCIES = \
53 $(top_builddir)/src/datastore/libgnunetdatastore.la \
54 $(top_builddir)/src/statistics/libgnunetstatistics.la \
55 $(top_builddir)/src/util/libgnunetutil.la
51 56
52if HAVE_LIBEXTRACTOR 57if HAVE_LIBEXTRACTOR
53libgnunetfs_la_LIBADD += \ 58libgnunetfs_la_LIBADD += \