aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/messenger/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messenger/Makefile.am b/src/messenger/Makefile.am
index ebe08290e..d9694420b 100644
--- a/src/messenger/Makefile.am
+++ b/src/messenger/Makefile.am
@@ -62,7 +62,8 @@ gnunet_messenger_SOURCES = \
62gnunet_messenger_LDADD = \ 62gnunet_messenger_LDADD = \
63 libgnunetmessenger_common.la \ 63 libgnunetmessenger_common.la \
64 libgnunetmessenger.la \ 64 libgnunetmessenger.la \
65 $(top_builddir)/src/util/libgnunetutil.la 65 $(top_builddir)/src/util/libgnunetutil.la \
66 $(top_builddir)/src/identity/libgnunetidentity.la
66gnunet_messenger_LDFLAGS = \ 67gnunet_messenger_LDFLAGS = \
67 $(GN_LIBINTL) 68 $(GN_LIBINTL)
68 69