aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-15 21:12:32 +0100
committerlaforge <laforge@osmocom.org>2024-03-16 10:54:10 +0000
commit9ea35aea67ec0b4356d8e3ca071a94454d900f02 (patch)
tree538aa21ee584384c415f309ae2021e07e4b8843e
parentf67400d3532e92c015f18f68dae4e764382480c6 (diff)
Makefile.am: Remove $(SOURCES) which is not defined anywhere
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.tar
$(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