aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-06-09 19:20:46 +0000
committerGerald Combs <gerald@wireshark.org>2004-06-09 19:20:46 +0000
commit733b1556ce722ae2726e0d10f896b3ec7baa4727 (patch)
tree56ace11dc560a5b66077fef4917b1f711d775971 /epan/Makefile.am
parent2cf487fcf6e4c5523c98820aa54c84c6997cb866 (diff)
Remove config.nmake dependencies from epan/Makefile.am and gtk/Makefile.am.
svn path=/trunk/; revision=11130
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index fb6ac24ebc..b390043ef0 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am,v 1.49 2004/06/09 03:08:12 gerald Exp $
+# $Id: Makefile.am,v 1.50 2004/06/09 19:20:45 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -250,7 +250,7 @@ plugin_src =
endif # HAVE_PLUGINS
# Doxygen
-doxygen.tmp: ../config.nmake doxygen.cfg
+doxygen.tmp: doxygen.cfg
sed -e s/@VERSION@/$(VERSION)/ \
< doxygen.cfg > $@