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, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 80bdca812..d2d3a2d7f 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -51,6 +51,8 @@ gnunet_core_SOURCES = \
51gnunet_core_LDADD = \ 51gnunet_core_LDADD = \
52 libgnunetcore.la \ 52 libgnunetcore.la \
53 $(top_builddir)/src/util/libgnunetutil.la 53 $(top_builddir)/src/util/libgnunetutil.la
54gnunet_core_LDFLAGS = \
55 $(GN_LIBINTL)
54 56
55if HAVE_TESTING 57if HAVE_TESTING
56 TESTING_TESTS = \ 58 TESTING_TESTS = \