Replace shell function call with a list of sources Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> --- doxygen/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am index 5235f78..738ebce 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 -- 2.17.5