aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-17 00:44:29 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-17 00:44:29 +0000
commit0555e4e107db9c0c1f0caa6c947881c32bf426f4 (patch)
treed9bbd740ad0f73c07cf56aad0650e6ded7d05229 /src/set/Makefile.am
parente77e2db24ef3681f207521e539a2c1ca3584efda (diff)
downloadgnunet-0555e4e107db9c0c1f0caa6c947881c32bf426f4.tar.gz
gnunet-0555e4e107db9c0c1f0caa6c947881c32bf426f4.zip
started implementing set api, draft for mq
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index fb6aa5b21..06f418465 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -46,7 +46,8 @@ gnunet_service_set_LDADD = \
46 $(GN_LIBINTL) 46 $(GN_LIBINTL)
47 47
48libgnunetset_la_SOURCES = \ 48libgnunetset_la_SOURCES = \
49 set_api.c 49 set_api.c \
50 mq.c
50libgnunetset_la_LIBADD = \ 51libgnunetset_la_LIBADD = \
51 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
52 $(LTLIBINTL) 53 $(LTLIBINTL)