aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-02 11:10:12 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-02 11:10:12 +0000
commitb734ef1365245bbaf42fbdb1861baeaa95327f67 (patch)
tree6f65f4ce7e052244c5523bdcc89724820ca41d56 /src/core/Makefile.am
parent45063a766d9a922d7f2b762ede305679e728cbfc (diff)
downloadgnunet-b734ef1365245bbaf42fbdb1861baeaa95327f67.tar.gz
gnunet-b734ef1365245bbaf42fbdb1861baeaa95327f67.zip
-fixing #2293
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index b79b6cc6a..e95cbcffd 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -20,7 +20,8 @@ lib_LTLIBRARIES = \
20 20
21libgnunetcore_la_SOURCES = \ 21libgnunetcore_la_SOURCES = \
22 core_api.c core.h \ 22 core_api.c core.h \
23 core_api_iterate_peers.c 23 core_api_iterate_peers.c \
24 core_api_is_connected.c
24libgnunetcore_la_LIBADD = \ 25libgnunetcore_la_LIBADD = \
25 $(top_builddir)/src/util/libgnunetutil.la \ 26 $(top_builddir)/src/util/libgnunetutil.la \
26 $(GN_LIBINTL) $(XLIB) 27 $(GN_LIBINTL) $(XLIB)