aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-07-04 00:32:40 +0200
committerxrs <xrs@mail36.net>2017-07-04 00:32:40 +0200
commit3c97ddd5e29782917ce4ed82bde5bcbc32d18b88 (patch)
tree9ef6b90b803c36267f7586ebe888e7811f39407a /src
parent3f92bb9f50e8a790f51171f0036991d1731d8ecc (diff)
downloadgnunet-3c97ddd5e29782917ce4ed82bde5bcbc32d18b88.tar.gz
gnunet-3c97ddd5e29782917ce4ed82bde5bcbc32d18b88.zip
multicast: remove unnecessary header file in Makefile.am
Diffstat (limited to 'src')
-rw-r--r--src/multicast/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index a4054f5f6..a680a9d5a 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -19,8 +19,7 @@ endif
19lib_LTLIBRARIES = libgnunetmulticast.la 19lib_LTLIBRARIES = libgnunetmulticast.la
20 20
21libgnunetmulticast_la_SOURCES = \ 21libgnunetmulticast_la_SOURCES = \
22 multicast_api.c \ 22 multicast_api.c
23 multicast.h
24libgnunetmulticast_la_LIBADD = \ 23libgnunetmulticast_la_LIBADD = \
25 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
26 $(GN_LIBINTL) $(XLIB) 25 $(GN_LIBINTL) $(XLIB)