aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-24 01:29:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-24 01:29:12 +0000
commit30c453742d0e164426bf9ab7c65b00e14f56ed7a (patch)
tree272c492c1862e21262a7c98d490e13b5bdeb10d7 /Makefile.common
parent1dc7bb772443adc0a96295a9b3841c32d777fc96 (diff)
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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11500 f5534014-38df-0310-8fa8-9805f1628bb7
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 \