summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 15:26:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 15:26:06 +0000
commit013cf64f56c0a529f0c11597e912b39e4a0a896c (patch)
tree763624e31708ea0d0b7b8f11f5c1308e220c0b94 /src/core/Makefile.am
parent900c1831440d1b6f9fdb35d39334bca2e94bdefb (diff)
downloadgnunet-013cf64f56c0a529f0c11597e912b39e4a0a896c.tar.gz
gnunet-013cf64f56c0a529f0c11597e912b39e4a0a896c.zip
first round of simplification to change preference API
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 2ea90c9ff..65883d537 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -43,7 +43,8 @@ gnunet_service_core_new_SOURCES = \
43 gnunet-service-core_clients.c gnunet-service-core_clients.h \ 43 gnunet-service-core_clients.c gnunet-service-core_clients.h \
44 gnunet-service-core_neighbours.c gnunet-service-core_neighbours.h \ 44 gnunet-service-core_neighbours.c gnunet-service-core_neighbours.h \
45 gnunet-service-core_kx.c gnunet-service-core_kx.h \ 45 gnunet-service-core_kx.c gnunet-service-core_kx.h \
46 gnunet-service-core_sessions.c gnunet-service-core_sessions.h 46 gnunet-service-core_sessions.c gnunet-service-core_sessions.h \
47 gnunet-service-core_typemap.c gnunet-service-core_typemap.h
47gnunet_service_core_new_LDADD = \ 48gnunet_service_core_new_LDADD = \
48 $(top_builddir)/src/hello/libgnunethello.la \ 49 $(top_builddir)/src/hello/libgnunethello.la \
49 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 50 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \