aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index c1639823e..a4c4fa6be 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -16,7 +16,7 @@ if USE_COVERAGE
16endif 16endif
17 17
18bin_PROGRAMS = \ 18bin_PROGRAMS = \
19 gnunet-set 19 gnunet-set gnunet-set-bug
20 20
21libexec_PROGRAMS = \ 21libexec_PROGRAMS = \
22 gnunet-service-set 22 gnunet-service-set
@@ -35,6 +35,17 @@ gnunet_set_LDADD = \
35gnunet_set_DEPENDENCIES = \ 35gnunet_set_DEPENDENCIES = \
36 libgnunetset.la 36 libgnunetset.la
37 37
38gnunet_set_bug_SOURCES = \
39 gnunet-set-bug.c \
40 mq.c
41gnunet_set_bug_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \
43 $(top_builddir)/src/stream/libgnunetstream.la \
44 $(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
38gnunet_service_set_SOURCES = \ 49gnunet_service_set_SOURCES = \
39 gnunet-service-set.c \ 50 gnunet-service-set.c \
40 gnunet-service-set_union.c \ 51 gnunet-service-set_union.c \