aboutsummaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-30 22:01:43 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-30 22:01:43 +0000
commite9dbabbabb9edd41bb7d7cb907826abdd8edb257 (patch)
tree70c9655d5aa4b68aa5b840507af4959a21f54f4c /src/core/Makefile.am
parent33533a0e9955dcadc0857d824aa976e3fe028527 (diff)
downloadgnunet-e9dbabbabb9edd41bb7d7cb907826abdd8edb257.tar.gz
gnunet-e9dbabbabb9edd41bb7d7cb907826abdd8edb257.zip
draft of new core API MQ-based implementation
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 3437aa43a..d22c3e01f 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -23,6 +23,7 @@ lib_LTLIBRARIES = \
23 23
24libgnunetcore_la_SOURCES = \ 24libgnunetcore_la_SOURCES = \
25 core_api.c core.h \ 25 core_api.c core.h \
26 core_api_2.c \
26 core_api_mq.c \ 27 core_api_mq.c \
27 core_api_monitor_peers.c 28 core_api_monitor_peers.c
28libgnunetcore_la_LIBADD = \ 29libgnunetcore_la_LIBADD = \