aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-25 00:45:06 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-27 22:22:06 +0000
commit7c8314a68340a331c43f3232f6158a9c3afff641 (patch)
tree2e648c0dc0c755e8820c9b0bfc3a8b66ea560d43 /ui/gtk/Makefile.am
parentd7f12436709e40d58d7fcdfbcdd08740c039e162 (diff)
Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)
Autotools only warning. Change-Id: I30f33d2f8611d662dbc62326862707bf05ad3f60 Reviewed-on: https://code.wireshark.org/review/12150 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 1806266542..ba8e5b0d33 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -39,19 +39,22 @@ MAINTAINERCLEANFILES = \
Makefile.in
WIRESHARK_CLEAN_LIBGTKUI_SRC = \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC) \
+ $(WIRESHARK_COMMON_GTK_SRC) \
+ $(WIRESHARK_TAP_SRC) \
$(GENERATED_C_FILES)
EXTRA_DIST = \
$(GENERATOR_FILES) \
airpcap_dlg.c \
+ airpcap_dlg.h \
airpcap_gui_utils.c \
+ airpcap_gui_utils.h \
capture_if_details_dlg_win32.c \
capture_if_details_dlg_win32.h \
CMakeLists.txt \
doxygen.cfg.in \
main_airpcap_toolbar.c \
+ main_airpcap_toolbar.h \
Makefile.common \
Makefile.nmake \
Makefile_custom.common \