aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-02-23 16:12:52 +0000
committerGerald Combs <gerald@wireshark.org>2004-02-23 16:12:52 +0000
commitfc60101a9fe5685861bd92c96eaab9e70ed42109 (patch)
treedf3bc2c34e09ebfd219bacd48aceea1b61cc6a49 /Makefile.common
parent75456a5bbe74a592b4cc5c2e7d70ff1847698dc1 (diff)
Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automake
to create cvsversion.h before any "all" or "check" targets are built. Clean up a few CVS version strings that I missed last week. svn path=/trunk/; revision=10199
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 926c02184a..bc9ab194a5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.21 2004/02/22 23:40:28 guy Exp $
+# $Id: Makefile.common,v 1.22 2004/02/23 16:12:51 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -687,9 +687,12 @@ DISSECTOR_SUPPORT_INCLUDES = \
xdlc.h \
xmlstub.h
+# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
+BUILT_SOURCES = \
+ cvsversion.h
+
# headers needed for the generation process
BUILT_INCLUDES = \
- cvsversion.h \
x11-declarations.h \
x11-register-info.h