aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-25 07:10:55 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-25 07:10:55 +0000
commit96c64736c2b6669a7113a522cadbad7399b3603f (patch)
treebf7280a93cac2978494a53ca738853fed3c47bbe /configure.in
parent7708f61f9167c193e462869cb8741bb78d749870 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11238 f5534014-38df-0310-8fa8-9805f1628bb7
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