aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 33cfe073ee..23d70fb8b2 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -55,6 +55,7 @@ WIRESHARK_COMMON_GTK_SRC = \
expert_comp_table.c \
export_object_dlg.c \
export_sslkeys.c \
+ extcap_gtk.c \
filter_autocomplete.c \
file_dlg.c \
file_import_dlg.c \
@@ -176,6 +177,7 @@ WIRESHARK_COMMON_GTK_HDRS = \
export_object_dlg.h \
export_pdu_dlg.h \
export_sslkeys.h \
+ extcap_gtk.h \
file_dlg.h \
file_import_dlg.h \
fileset_dlg.h \
@@ -261,11 +263,6 @@ BUILD_PIXBUF_CSOURCE = \
pixbuf-csource.c
endif
-if HAVE_EXTCAP
-WIRESHARK_COMMON_GTK_SRC += extcap_gtk.c
-WIRESHARK_COMMON_GTK_HDRS += extcap_gtk.h
-endif
-
AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GTK_CFLAGS) \
$(PORTAUDIO_INCLUDES)