summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2021-08-28 13:35:05 +1000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-08-28 11:13:12 +0200
commitc12749e373df182c343caa314b9578e617e98f4d (patch)
tree28581db400ebc2fdd11d13643cba909022bf72b0 /configure.ac
parent04d1e65f8d9381cec0ce2e02037a62f30fd4f15f (diff)
downloadlibnetfilter_queue-c12749e373df182c343caa314b9578e617e98f4d.tar.gz
build: doc: Avoid having to special-case `make distcheck`
- Move doxygen.cfg.in to doxygen/ - Tell doxygen.cfg.in where the sources are - Let doxygen.cfg.in default its output to CWD - In Makefile, `doxygen doxygen.cfg` "just works" Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0fe754c..4721eeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,9 @@ PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])
dnl Output the makefiles
AC_CONFIG_FILES([Makefile src/Makefile utils/Makefile examples/Makefile
- libnetfilter_queue.pc doxygen.cfg
+ libnetfilter_queue.pc
include/Makefile include/libnetfilter_queue/Makefile
- doxygen/Makefile
+ doxygen/Makefile doxygen/doxygen.cfg
include/linux/Makefile include/linux/netfilter/Makefile])
AC_ARG_WITH([doxygen], [AS_HELP_STRING([--with-doxygen],