aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-04 09:39:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-04 09:39:19 +0000
commit59e28af684bda5ce8f5060156c4fdf3077b90428 (patch)
tree283bc487384a85ae3be3bd9a7bbefa2a2d0c04ab /src/core/Makefile.am
parentd043d1bd42b59bb07ca889dba8abd558afb411a8 (diff)
downloadgnunet-59e28af684bda5ce8f5060156c4fdf3077b90428.tar.gz
gnunet-59e28af684bda5ce8f5060156c4fdf3077b90428.zip
send message type maps to neighbours
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 efe81a4bd..657b658b2 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -30,7 +30,7 @@ bin_PROGRAMS = \
30 30
31gnunet_service_core_SOURCES = \ 31gnunet_service_core_SOURCES = \
32 gnunet-service-core.c 32 gnunet-service-core.c
33gnunet_service_core_LDADD = \ 33gnunet_service_core_LDADD = -lz \
34 $(top_builddir)/src/hello/libgnunethello.la \ 34 $(top_builddir)/src/hello/libgnunethello.la \
35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 35 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
36 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 36 $(top_builddir)/src/statistics/libgnunetstatistics.la \