summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-24 01:29:12 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-24 01:29:12 +0000
commitb67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4 (patch)
tree272c492c1862e21262a7c98d490e13b5bdeb10d7 /Makefile.common
parente62e05a80a778fe06d07bfc8a449a6b953213f4d (diff)
downloadwireshark-b67a0f92d2d55f6fccafdaaecd4f8386e4c8c4b4.tar.gz
Move color_filters.c and color_filters.h up to the top-level directory,
as they're now (theoretically) toolkit-independent (modulo changes that might be required to the code to update filter lists when a new filter is read in). svn path=/trunk/; revision=11500
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 a745056efb..eb278e8123 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -154,6 +154,7 @@ ethereal_SOURCES = \
alert_box.c \
capture.c \
capture_combo_utils.c \
+ color_filters.c \
file.c \
filters.c \
g711.c \
@@ -166,6 +167,7 @@ ethereal_INCLUDES = \
alert_box.h \
capture.h \
capture_combo_utils.h \
+ color_filters.h \
filters.h \
g711.h \
globals.h \