mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Use -Wl,-luuid instead of -luuid to work around libtool lossage.
2007-10-17 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid instead of -luuid to work around libtool lossage. svn path=/trunk/; revision=18927
This commit is contained in:
parent
a2e2549629
commit
5c6180b9a0
@ -1,3 +1,8 @@
|
||||
2007-10-17 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid
|
||||
instead of -luuid to work around libtool lossage.
|
||||
|
||||
2007-10-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -840,7 +840,7 @@ libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts)
|
||||
|
||||
libgtk_x11_2_0_la_LIBADD = $(libadd)
|
||||
libgtk_linux_fb_2_0_la_LIBADD = $(libadd)
|
||||
libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -luuid
|
||||
libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -Wl,-luuid
|
||||
libgtk_win32_2_0_la_DEPENDENCIES = $(gtk_def) $(gtk_win32_res)
|
||||
libgtk_quartz_2_0_la_LIBADD = $(libadd)
|
||||
libgtk_directfb_2_0_la_LIBADD = $(libadd)
|
||||
|
Loading…
Reference in New Issue
Block a user