aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-13 12:08:14 +0000
committerGabor X Toth <*@tg-x.net>2014-05-13 12:08:14 +0000
commit093f0291be26fa3dfc6fc98a536028ef99517832 (patch)
treec10078bfe4136f940183d8dfde85617ab75acf46 /src/multicast/Makefile.am
parent783fc956a05c0f321fa63fbcaeab00bc1865a069 (diff)
downloadgnunet-093f0291be26fa3dfc6fc98a536028ef99517832.tar.gz
gnunet-093f0291be26fa3dfc6fc98a536028ef99517832.zip
multicast: send messages between client lib & service
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r--src/multicast/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index f8d49034e..752736c49 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -39,12 +39,18 @@ gnunet_multicast_SOURCES = \
39gnunet_multicast_LDADD = \ 39gnunet_multicast_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \ 40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(GN_LIBINTL) 41 $(GN_LIBINTL)
42gnunet_multicast_DEPENDENCIES = \
43 $(top_builddir)/src/util/libgnunetutil.la
42 44
43gnunet_service_multicast_SOURCES = \ 45gnunet_service_multicast_SOURCES = \
44 gnunet-service-multicast.c 46 gnunet-service-multicast.c
45gnunet_service_multicast_LDADD = \ 47gnunet_service_multicast_LDADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 48 $(top_builddir)/src/util/libgnunetutil.la \
49 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(GN_LIBINTL) 50 $(GN_LIBINTL)
51gnunet_service_multicast_DEPENDENCIES = \
52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(top_builddir)/src/statistics/libgnunetstatistics.la
48 54
49 55
50check_PROGRAMS = \ 56check_PROGRAMS = \