"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them to

the top-level directory.

svn path=/trunk/; revision=11494
This commit is contained in:
Guy Harris 2004-07-23 23:36:50 +00:00
parent 2d21f054ef
commit f16fff888c
5 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -35,7 +35,6 @@ ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
noinst_HEADERS = \
about_dlg.h \
capture_combo_utils.h \
capture_dlg.h \
capture_prefs.h \
color_dlg.h \

View File

@ -30,7 +30,6 @@
#
ETHEREAL_GTK_SRC = \
about_dlg.c \
capture_combo_utils.c \
capture_dlg.c \
capture_if_dlg.c \
capture_info_dlg.c \