aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-18 23:35:53 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-18 23:35:53 +0000
commit994d2b544ef9cc7e3d496bf9b792de22dfe796d0 (patch)
tree8680f385508659d446c19d866ac3f6406b0c6732 /Makefile.common
parentf79a5f32b7cae09210a96170bb757dd0f052b843 (diff)
Add automake support for Qt - use --with-qt as a configure script
argument. svn path=/trunk/; revision=41647
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 0ca12744d0..de233f7a00 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -102,6 +102,7 @@ SHARK_COMMON_CAPTURE_INCLUDES = \
wireshark_SOURCES = \
$(WIRESHARK_COMMON_SRC) \
$(SHARK_COMMON_CAPTURE_SRC) \
+ ui/qt/main.cpp \
airpcap_loader.c \
capture.c \
capture_info.c \