aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-19 19:24:50 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-19 19:24:50 +0000
commitd50353013b525564a97e5b2d73dc95d9bf26982d (patch)
treed2f373790909496aeb69476d91b7cb1a3203d77d /configure.in
parent475b8d9bcd6f975cf4a891e7cb53f6d55b0c8ca2 (diff)
AAAAARGH. Making the UI libs platform-dependent breaks dependency
checking, so if a UI library changes Wireshark won't be relinked with it. Revert the change that made them platform-dependent; we may end up having to have separate targets for GTK+ Wireshark and Qt Wireshark. svn path=/trunk/; revision=43384
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0c15d1887e..0d10333e5e 100644
--- a/configure.in
+++ b/configure.in
@@ -918,7 +918,6 @@ if test "$have_gtk" = "no" ; then
wireshark_bin="wireshark\$(EXEEXT)"
wireshark_man="wireshark.1"
wireshark_SUBDIRS="codecs ui/qt"
- UI_LIBS="ui/qt/libqtui.a $Qt_LIBS"
else
#
# We don't have Qt, either, which means we have no UI
@@ -970,9 +969,7 @@ else
# (Versions prior to 2.22 lacked some necessary accessors.)
CPPFLAGS="-DGSEAL_ENABLE $CPPFLAGS"
fi
- UI_LIBS="ui/gtk/libgtkui.a ui/gtk/libgtkui_dirty.a $GTK_LIBS"
fi
-AC_SUBST(UI_LIBS)
# Error out if a glib header other than a "top level" header
# (glib.h, glib-object.h, gio.h) or certain other headers( e.g.,gmodule.h)