diff options
author | Tor Lillqvist <tml@novell.com> | 2007-10-17 16:30:17 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-10-17 16:30:17 +0000 |
commit | 5c6180b9a0153e67118243ca6f69ac2dc211bf53 (patch) | |
tree | 816ec374bcd29e6142b51e0d52fc578b1dfc1161 /gtk/Makefile.am | |
parent | a2e2549629cfd630c10e07a6a8dbacbde0d428c2 (diff) | |
download | gtk+-5c6180b9a0153e67118243ca6f69ac2dc211bf53.tar.gz |
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
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 75c60eb2e9..5897ffa308 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -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) |