aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--ui/qt/Makefile.common1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 211168c886..2fc1bc65a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -449,7 +449,7 @@ endif
# Unfortunately that check is done by automake and not configure.
# We do the following to try to avoid using c++ to link Wireshark at
# all times.
-nodist_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
+nodist_noinst_EXTRA_wireshark_cxx_SOURCES = dummy.cpp
wireshark_cxx_SOURCES =
if ENABLE_STATIC
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index a32ca8bc1c..58be18c162 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -70,7 +70,6 @@ NODIST_GENERATED_HEADER_FILES = \
ui_stats_tree_dialog.h \
ui_search_frame.h \
ui_sequence_dialog.h \
- ui_simple_dialog.h \
ui_splash_overlay.h \
ui_summary_dialog.h \
ui_tcp_stream_dialog.h \