From 946912ec64f2d7a8170d32c43a6ce252987f0968 Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Sun, 29 Aug 2021 13:45:51 +1000 Subject: build: doc: Eliminate warning from ./autogen.sh Replace shell function call with a list of sources Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- doxygen/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doxygen') diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am index bab34bf..209454a 100644 --- a/doxygen/Makefile.am +++ b/doxygen/Makefile.am @@ -1,6 +1,14 @@ if HAVE_DOXYGEN -doc_srcs = $(shell find $(top_srcdir)/src -name '*.c') +doc_srcs = $(top_srcdir)/src/libnetfilter_queue.c\ + $(top_srcdir)/src/nlmsg.c\ + $(top_srcdir)/src/extra/checksum.c\ + $(top_srcdir)/src/extra/ipv4.c\ + $(top_srcdir)/src/extra/pktbuff.c\ + $(top_srcdir)/src/extra/ipv6.c\ + $(top_srcdir)/src/extra/tcp.c\ + $(top_srcdir)/src/extra/udp.c\ + $(top_srcdir)/src/extra/icmp.c doxyfile.stamp: $(doc_srcs) Makefile.am rm -rf html man -- cgit v1.2.1