ui/gtk/main.c calls get_conn_cfilter(), which is defined in ui/util.c,

so we need to link libui *after* libgtkui.  (It worked on Mac OS X, but
the OS X linker might do things differently from the GNU linker.)

svn path=/trunk/; revision=41063
This commit is contained in:
Guy Harris 2012-02-19 00:19:35 +00:00
parent 7d16d51f0f
commit 89a5b93d98
1 changed files with 1 additions and 1 deletions

View File

@ -386,9 +386,9 @@ endif
# @GTK_LIBS@ (as those are also needed for X applications, and GTK+
# applications are X applications).
wireshark_LDADD = \
ui/libui.a \
ui/gtk/libgtkui.a \
ui/gtk/libgtkui_dirty.a \
ui/libui.a \
codecs/libcodec.a \
wiretap/libwiretap.la \
epan/libwireshark.la \