projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f92bb9
)
multicast: remove unnecessary header file in Makefile.am
author
xrs
<xrs@mail36.net>
Mon, 3 Jul 2017 22:32:40 +0000
(
00:32
+0200)
committer
xrs
<xrs@mail36.net>
Mon, 3 Jul 2017 22:32:40 +0000
(
00:32
+0200)
src/multicast/Makefile.am
patch
|
blob
|
history
diff --git
a/src/multicast/Makefile.am
b/src/multicast/Makefile.am
index a4054f5f697d0b78a65c346243bf15a1443957bf..a680a9d5a59e7d946c84d86603dcc23cf3e7dbb8 100644
(file)
--- a/
src/multicast/Makefile.am
+++ b/
src/multicast/Makefile.am
@@
-19,8
+19,7
@@
endif
lib_LTLIBRARIES = libgnunetmulticast.la
libgnunetmulticast_la_SOURCES = \
- multicast_api.c \
- multicast.h
+ multicast_api.c
libgnunetmulticast_la_LIBADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL) $(XLIB)