aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-06 11:01:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-06 11:01:23 +0000
commit60e84bc16ecf431bd6f7aa22b3adb48df70bf8cf (patch)
tree8feca79fc98294639d7927613cdb20f08efd5373 /src/core/Makefile.am
parente788f53d58b5a4d46f86f5508b70bbede9e010b3 (diff)
downloadgnunet-60e84bc16ecf431bd6f7aa22b3adb48df70bf8cf.tar.gz
gnunet-60e84bc16ecf431bd6f7aa22b3adb48df70bf8cf.zip
hxing
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index ab82ea7b3..2ea90c9ff 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -39,7 +39,11 @@ gnunet_service_core_LDADD = \
39 $(GN_LIBINTL) -lz 39 $(GN_LIBINTL) -lz
40 40
41gnunet_service_core_new_SOURCES = \ 41gnunet_service_core_new_SOURCES = \
42 gnunet-service-core-new.c 42 gnunet-service-core-new.c gnunet-service-core.h \
43 gnunet-service-core_clients.c gnunet-service-core_clients.h \
44 gnunet-service-core_neighbours.c gnunet-service-core_neighbours.h \
45 gnunet-service-core_kx.c gnunet-service-core_kx.h \
46 gnunet-service-core_sessions.c gnunet-service-core_sessions.h
43gnunet_service_core_new_LDADD = \ 47gnunet_service_core_new_LDADD = \
44 $(top_builddir)/src/hello/libgnunethello.la \ 48 $(top_builddir)/src/hello/libgnunethello.la \
45 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 49 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \