aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-10 22:47:02 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-10 22:47:02 +0000
commit8e90f07c710e30d5949e2258a46f338482ac3e55 (patch)
tree320ef58fef7f6bcfc6d6b00c4bdc343667acb060 /Makefile.common
parentb16cec7ef22e477406bf1366e192d6aa30a11516 (diff)
Hoist the code for handling "-G" into a common module.
svn path=/trunk/; revision=11956
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 24c1715c97..b212be2bf9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,6 +82,7 @@ ETHEREAL_COMMON_SRC = \
$(PLATFORM_SRC) \
capture_stop_conditions.c \
cfile.c \
+ clopts_common.c \
conditions.c \
disabled_protos.c \
packet-range.c \
@@ -98,6 +99,7 @@ ETHEREAL_COMMON_INCLUDES = \
svnversion.h \
capture_stop_conditions.h \
cfile.h \
+ clopts_common.h \
color.h \
conditions.h \
disabled_protos.h \