summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-26 00:23:09 +0000
committerEvan Huus <eapache@gmail.com>2013-07-26 00:23:09 +0000
commita934ff953f97fbd2e78eb6bec60ccd356f77bf41 (patch)
tree6889ad41877d2070b466ab8230b23ceb57e64a24 /ui
parent8441fff193a094e8907b0d7026f87e15600436dc (diff)
downloadwireshark-a934ff953f97fbd2e78eb6bec60ccd356f77bf41.tar.gz
Add missing ui_uat_dialog.h dependency.
The fact that we're listing these manually is kind of ugly... svn path=/trunk/; revision=50898
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 1f41f79b82..0524b6f592 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -139,6 +139,8 @@ summary_dialog.cpp summary_dialog.h: ui_summary_dialog.h
time_shift_dialog.cpp time_shift_dialog.h: ui_time_shift_dialog.h
+uat_dialog.cpp uat_dialog.h: ui_uat_dialog.h
+
doxygen:
if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg