aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-27 14:24:52 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-27 14:24:52 +0000
commit35237e39ef472dcbbc33157ef8bda159aee23519 (patch)
tree686306db90d5259ee90fc2bd15375de55723022f /src/set/Makefile.am
parent490b07064ed2f8a26ab63d2ea050f5583cccb3d0 (diff)
downloadgnunet-35237e39ef472dcbbc33157ef8bda159aee23519.tar.gz
gnunet-35237e39ef472dcbbc33157ef8bda159aee23519.zip
forgot to add c file
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index a4c4fa6be..2de531ce3 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -36,15 +36,11 @@ gnunet_set_DEPENDENCIES = \
36 libgnunetset.la 36 libgnunetset.la
37 37
38gnunet_set_bug_SOURCES = \ 38gnunet_set_bug_SOURCES = \
39 gnunet-set-bug.c \ 39 gnunet-set-bug.c
40 mq.c
41gnunet_set_bug_LDADD = \ 40gnunet_set_bug_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
43 $(top_builddir)/src/stream/libgnunetstream.la \ 42 $(top_builddir)/src/stream/libgnunetstream.la \
44 $(GN_LIBINTL) 43 $(GN_LIBINTL)
45# hack for mq.c, see automake Objects ‘created with both libtool and without’
46# remove once GNUNET_MQ is in util/
47gnunet_set_bug_CFLAGS = $(AM_CFLAGS)
48 44
49gnunet_service_set_SOURCES = \ 45gnunet_service_set_SOURCES = \
50 gnunet-service-set.c \ 46 gnunet-service-set.c \