aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-02-23 21:14:25 +0000
committerGerald Combs <gerald@wireshark.org>2004-02-23 21:14:25 +0000
commit8b2e1c12a766fdbaf4a871e7ba6465c7425b1c90 (patch)
tree8c4b62c908dc31533d84074a2a27f2b60ab6e138 /Makefile.common
parent09f8a69e4cbff302d1c0212ba69a158d70ac4196 (diff)
Move x11-declarations.h and x11-register-info.h back into BUILT_SOURCES,
so that we can build after a "make distclean". svn path=/trunk/; revision=10204
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.common b/Makefile.common
index bc9ab194a5..77e6e483a5 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.22 2004/02/23 16:12:51 gerald Exp $
+# $Id: Makefile.common,v 1.23 2004/02/23 21:14:25 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -689,10 +689,7 @@ DISSECTOR_SUPPORT_INCLUDES = \
# "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
@@ -700,6 +697,7 @@ BUILT_INCLUDES = \
ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
+ $(BUILT_SOURCES) \
capture_stop_conditions.c \
cfile.c \
conditions.c \
@@ -715,7 +713,6 @@ ETHEREAL_COMMON_SRC = \
# corresponding headers
ETHEREAL_COMMON_INCLUDES = \
$(DISSECTOR_SUPPORT_INCLUDES) \
- $(BUILT_INCLUDES) \
capture_stop_conditions.h \
cfile.h \
color.h \
@@ -824,6 +821,7 @@ editcap_SOURCES = \
dftest_SOURCES = \
$(DISSECTOR_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
+ $(BUILT_SOURCES) \
register.c \
dftest.c
@@ -835,7 +833,6 @@ randpkt_SOURCES = \
noinst_HEADERS = \
$(DISSECTOR_INCLUDES) \
$(DISSECTOR_SUPPORT_INCLUDES) \
- $(BUILT_INCLUDES) \
$(ETHEREAL_COMMON_INCLUDES) \
$(ethereal_INCLUDES) \
$(EXTRA_ethereal_INCLUDES)