aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index a3ef13f5a..7e4cd7f54 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -49,7 +49,7 @@ gnunet_service_core_LDADD = \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
50 $(top_builddir)/src/transport/libgnunettransport.la \ 50 $(top_builddir)/src/transport/libgnunettransport.la \
51 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \
52 $(GN_LIBINTL) -lz 52 $(GN_LIBINTL) $(Z_LIBS)
53 53
54 54
55gnunet_core_SOURCES = \ 55gnunet_core_SOURCES = \