forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
9fa1b4f65f
commit
9d3c8122f1
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user