laforge has uploaded this change for review.
Makefile.am: Remove $(SOURCES) which is not defined anywhere
Change-Id: I44ce77c937fa461445800bab393025f948077d55
---
M Makefile.am
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/13/36313/1
diff --git a/Makefile.am b/Makefile.am
index 3e119b2..f50cd0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@
$(html_DATA): $(top_builddir)/doc/html/index.html
cd $(top_builddir)/doc && tar cf html.tar html
-$(top_builddir)/doc/html/index.html: $(SOURCES) $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile
+$(top_builddir)/doc/html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile
@rm -rf doc
mkdir -p doc
$(DOXYGEN) Doxyfile
To view, visit change 36313. To unsubscribe, or for help writing mail filters, visit settings.