aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-09 08:41:22 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-09 21:17:31 +0100
commit2f45a7c9691aa2670c8902618be5e8011428f0af (patch)
treea7ee8d694e1db4371fefb15721e11560c08e037e /src/core/Makefile.am
parenta03aea2e731d1fe9a0f439cd4c5cd1abaebb5032 (diff)
downloadgnunet-2f45a7c9691aa2670c8902618be5e8011428f0af.tar.gz
gnunet-2f45a7c9691aa2670c8902618be5e8011428f0af.zip
remove legacy core api code (now dead)
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index aea64fa34..208e83768 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -22,8 +22,7 @@ lib_LTLIBRARIES = \
22 libgnunetcore.la 22 libgnunetcore.la
23 23
24libgnunetcore_la_SOURCES = \ 24libgnunetcore_la_SOURCES = \
25 core_api.c core.h \ 25 core_api_2.c core.h \
26 core_api_2.c \
27 core_api_monitor_peers.c 26 core_api_monitor_peers.c
28libgnunetcore_la_LIBADD = \ 27libgnunetcore_la_LIBADD = \
29 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \