aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e324318e3c..732c9235e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.736 2004/06/23 08:39:06 guy Exp $
+# $Id: Makefile.am,v 1.737 2004/06/25 07:10:53 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -435,7 +435,7 @@ EXTRA_DIST = \
doc/randpkt.txt \
doc/tethereal.pod \
doc/text2pcap.pod \
- doxygen.cfg \
+ doxygen.cfg.in \
editcap.c \
epan/libethereal.def \
ethereal_be.py \