aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-02-23 22:45:24 +0000
committerGerald Combs <gerald@wireshark.org>2004-02-23 22:45:24 +0000
commit5de3a44126731eb7686eca522d99a26d1fedce2f (patch)
tree1a43fdef838e99e2ed8a3147106185e0daa31282 /Makefile.common
parent25510cf2095aac4448a3ebb495ff01baff957406 (diff)
MSVC doesn't like having header files in .c=.obj targets.
Fix dftest compiling under Windows. svn path=/trunk/; revision=10208
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 77e6e483a5..158842a92f 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.23 2004/02/23 21:14:25 gerald Exp $
+# $Id: Makefile.common,v 1.24 2004/02/23 22:45:24 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -697,7 +697,6 @@ BUILT_SOURCES = \
ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
- $(BUILT_SOURCES) \
capture_stop_conditions.c \
cfile.c \
conditions.c \
@@ -713,6 +712,7 @@ ETHEREAL_COMMON_SRC = \
# corresponding headers
ETHEREAL_COMMON_INCLUDES = \
$(DISSECTOR_SUPPORT_INCLUDES) \
+ $(BUILT_SOURCES) \
capture_stop_conditions.h \
cfile.h \
color.h \
@@ -821,7 +821,6 @@ editcap_SOURCES = \
dftest_SOURCES = \
$(DISSECTOR_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
- $(BUILT_SOURCES) \
register.c \
dftest.c