summaryrefslogtreecommitdiff
path: root/ui/qt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-14 19:56:21 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-14 19:56:21 +0000
commit6532f50bd999d366f66f99c73cb51b230104a7c2 (patch)
treeaf61dca929f56098981573fd220a30692e6fe9f1 /ui/qt
parent19eb91cb27b89158736ebe2a7b91277776004b3f (diff)
downloadwireshark-6532f50bd999d366f66f99c73cb51b230104a7c2.tar.gz
main_window_slots.cpp includes ui_main_window.h, so make sure we build
ui_main_window.h before doing anything with main_window_slots.cpp. svn path=/trunk/; revision=47659
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index c6ff4f8eb3..f5775587fe 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -113,7 +113,7 @@ layout_preferences_frame.cpp layout_preferences_frame.h: ui_layout_preferences_f
main_welcome.cpp main_welcome.h: ui_main_welcome.h
-main_window.cpp main_window.h: ui_main_window.h
+main_window.cpp main_window_slots.cpp main_window.h: ui_main_window.h
main_window_preferences_frame.cpp main_window_preferences_frame.h: ui_main_window_preferences_frame.h