summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-08-17 13:27:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-08-17 13:27:06 +0000
commit5edcc2b9c35498365adb3b6b29308a931db3fc56 (patch)
treec7fa67af61945df706433b8af1d805226d2da28d
parent71a7a97eecb0839e3c45214cfd47142d22b4bcea (diff)
downloadgtk+-5edcc2b9c35498365adb3b6b29308a931db3fc56.tar.gz
Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.
2006-08-17 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--gtk/Makefile.am2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be2f4e6d5a..4258dcf37f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-17 Tor Lillqvist <tml@novell.com>
+
+ * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
+ for IID_IUnknown that gtkprintoperation-win32.o needs.
+
2006-08-17 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/file/gtkprintbackendfile.c: Improve
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index be2f4e6d5a..4258dcf37f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2006-08-17 Tor Lillqvist <tml@novell.com>
+
+ * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
+ for IID_IUnknown that gtkprintoperation-win32.o needs.
+
2006-08-17 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/file/gtkprintbackendfile.c: Improve
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2f28fd9e2b..a514461545 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -782,7 +782,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
+libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 -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)