[gtk+/composite-templates] Also compile gtkdbusgenerated.c on non-UNIX environments
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/composite-templates] Also compile gtkdbusgenerated.c on non-UNIX environments
- Date: Fri, 14 Sep 2012 21:22:57 +0000 (UTC)
commit 352324ca402b2fd0b661de378885b7237b0d5510
Author: Erik van Pienbroek <epienbro fedoraproject org>
Date: Mon Aug 27 22:18:29 2012 +0200
Also compile gtkdbusgenerated.c on non-UNIX environments
When compiling gtk on Win32 then the file gtkdbusgenerated.c also needs to be
compiled and linked into the gtk library as it's needed for GtkMountOperation
https://bugzilla.gnome.org/show_bug.cgi?id=682825
gtk/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 106a47f..18979e2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -900,6 +900,8 @@ gtk_private_h_sources += \
gtkprinteroptionwidget.h \
gtksearchenginetracker.h
gtk_c_sources += $(gtk_os_unix_c_sources)
+else
+gtk_c_sources += $(gtk_dbus_built_sources)
endif
gtk_os_win32_c_sources = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]