diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-04-27 14:24:52 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-04-27 14:24:52 +0000 |
commit | 35237e39ef472dcbbc33157ef8bda159aee23519 (patch) | |
tree | 686306db90d5259ee90fc2bd15375de55723022f /src/set/Makefile.am | |
parent | 490b07064ed2f8a26ab63d2ea050f5583cccb3d0 (diff) |
forgot to add c file
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r-- | src/set/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am index a4c4fa6be2..2de531ce32 100644 --- a/src/set/Makefile.am +++ b/src/set/Makefile.am @@ -36,15 +36,11 @@ gnunet_set_DEPENDENCIES = \ libgnunetset.la gnunet_set_bug_SOURCES = \ - gnunet-set-bug.c \ - mq.c + gnunet-set-bug.c gnunet_set_bug_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/stream/libgnunetstream.la \ $(GN_LIBINTL) -# hack for mq.c, see automake Objects ‘created with both libtool and without’ -# remove once GNUNET_MQ is in util/ -gnunet_set_bug_CFLAGS = $(AM_CFLAGS) gnunet_service_set_SOURCES = \ gnunet-service-set.c \ |