aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-02 02:55:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-02 11:57:10 +0100
commit4ffa88828d1f14aeef51a777d553e904549fb03e (patch)
treef57d025d8a2766d19053a15606e7b694804ae84e /src/multicast
parent4e084e4842cddf5de988534c84e2d65bb122472f (diff)
downloadgnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.tar.gz
gnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.zip
fix more 'make dist' issues
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am
index 13212bca3..48185e1a4 100644
--- a/src/multicast/Makefile.am
+++ b/src/multicast/Makefile.am
@@ -19,7 +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 multicast.h
23libgnunetmulticast_la_LIBADD = \ 23libgnunetmulticast_la_LIBADD = \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(GN_LIBINTL) $(XLIB) 25 $(GN_LIBINTL) $(XLIB)