Expand that comment to note that there's no guarantee that GLIB_LIBS has

-gmodule or that GTK_LIBS doesn't have it.

svn path=/trunk/; revision=43564
This commit is contained in:
Guy Harris 2012-07-03 22:42:14 +00:00
parent 3d1b5e3474
commit 5d18b53bda
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,9 @@ endif
# It is not actually a superset: gmodule is included in GLIB_LIBS but
# not in GTK_LIBS (unless accidentally on older glibs/gtks)."
#
# although it's also possible that -lgmodule is in GTK_LIBS but not
# GLIB_LIBS (that's the case on my machine right now, for example).
#
wireshark_LDADD = \
ui/gtk/libgtkui.a \
ui/gtk/libgtkui_dirty.a \