aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-23 23:36:50 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-23 23:36:50 +0000
commitf16fff888c6a4a4645672a38e4b6ac02189c9a44 (patch)
tree8d3b4b086d39413027d93c41a5ee355bfd8be44c /Makefile.common
parent2d21f054ef960c0e4ded23444ad122745c9bac28 (diff)
"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them to
the top-level directory. svn path=/trunk/; revision=11494
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 a3213da2dd..a745056efb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -153,6 +153,7 @@ ethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
alert_box.c \
capture.c \
+ capture_combo_utils.c \
file.c \
filters.c \
g711.c \
@@ -164,6 +165,7 @@ ethereal_SOURCES = \
ethereal_INCLUDES = \
alert_box.h \
capture.h \
+ capture_combo_utils.h \
filters.h \
g711.h \
globals.h \