aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-19 06:29:41 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-19 06:29:41 +0000
commit1ff3d8477f11d39e9b1b4ca93bce72e1cce60ac9 (patch)
tree8398a76fdab4e960b4a2cffba027bd592f56699c /Makefile.am
parent406e66d3bf8f0d2457e5329d6df81a77091a0be3 (diff)
Call the UI library in the Qt directory libqtui, not libui, to match the
UI library in the GTK+ directory. List the moc-generated and rcc-generated files as generated files. Add main_window.ui as an EXTRA_DIST file. Sort the EXTRA_DIST list. svn path=/trunk/; revision=41658
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d9497cdbc..3c91926db0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -348,7 +348,7 @@ nodist_EXTRA_wireshark_SOURCES = dummy.cpp
# UI code for Wireshark with Qt.
#
wireshark_QT_UI_LIBS = \
- ui/qt/libui.a \
+ ui/qt/libqtui.a \
@Qt_LIBS@
#