laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-netif/+/36313?usp=email )
Change subject: Makefile.am: Remove $(SOURCES) which is not defined anywhere
......................................................................
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
https://gerrit.osmocom.org/c/libosmo-netif/+/36313?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I44ce77c937fa461445800bab393025f948077d55
Gerrit-Change-Number: 36313
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange