summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-06-25 07:10:55 +0000
committerJörg Mayer <jmayer@loplof.de>2004-06-25 07:10:55 +0000
commit392a0d43c06d489fc8c984fa3e6d0bff4274b846 (patch)
treebf7280a93cac2978494a53ca738853fed3c47bbe /configure.in
parent36d8f00cdba3f4a3d124b3732e5e828b32a66262 (diff)
downloadwireshark-392a0d43c06d489fc8c984fa3e6d0bff4274b846.tar.gz
doxygen changes:
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution on unix. Adapted the namke files accordingly. - Don't add doxygen as a dependency for libethereal and libui: As doxygen is an unconditional target, this would cause the applications to be rebuild every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 644531314a..a794ce47bf 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.272 2004/06/23 08:39:06 guy Exp $
+# $Id: configure.in,v 1.273 2004/06/25 07:10:53 jmayer Exp $
#
AC_INIT(etypes.h)
@@ -1137,11 +1137,14 @@ AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(wiretap)
AC_OUTPUT(
Makefile
+ doxygen.cfg
doc/Makefile
epan/Makefile
+ epan/doxygen.cfg
epan/dfilter/Makefile
epan/ftypes/Makefile
gtk/Makefile
+ gtk/doxygen.cfg
help/Makefile
packaging/Makefile
packaging/nsis/Makefile