From bdab9be8981c325828ba2ad631c82b5af34b9c31 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 18 Feb 2012 20:21:30 +0000 Subject: Rename the (static) library built from stuff in ui/gtk to "libgtkui" in automake/autoconf and nmake builds, to match the name in CMake builds. svn path=/trunk/; revision=41058 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 98e830c45c..192dd67873 100644 --- a/Makefile.am +++ b/Makefile.am @@ -386,8 +386,8 @@ endif # @GTK_LIBS@ (as those are also needed for X applications, and GTK+ # applications are X applications). wireshark_LDADD = \ - ui/gtk/libui.a \ - ui/gtk/libui_dirty.a \ + ui/gtk/libgtkui.a \ + ui/gtk/libgtkui_dirty.a \ codecs/libcodec.a \ wiretap/libwiretap.la \ epan/libwireshark.la \ -- cgit v1.2.3