disable gnome-settings-daemon build here also.
2008-01-14 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: disable gnome-settings-daemon build here also. * capplets/appearance/Makefile.am: * gnome-settings-daemon/Makefile.am: * libwindow-settings/Makefile.am: * vfs-methods/fontilus/Makefile.am: * vfs-methods/themus/Makefile.am: fixes for Cygwin building (#317046) svn path=/trunk/; revision=8389
This commit is contained in:
parent
506e9e9bfc
commit
a7d00c7cda
6 changed files with 16 additions and 15 deletions
|
@ -13,6 +13,7 @@ lib_LTLIBRARIES = libgnome-window-settings.la
|
|||
|
||||
libgnome_window_settings_la_LDFLAGS = \
|
||||
-export_dynamic \
|
||||
-no-undefined \
|
||||
-version-info 1:0:0
|
||||
|
||||
libgnome_window_settings_la_LIBADD = $(GNOMECC_LIBS)
|
||||
|
@ -36,7 +37,7 @@ EXTRA_DIST = \
|
|||
gnome-window-settings-2.0.pc.in \
|
||||
ChangeLog
|
||||
|
||||
wms_flags = -export_dynamic -avoid-version
|
||||
wms_flags = -export_dynamic -avoid-version -module -no-undefined
|
||||
wmsdir = $(WM_MODULE_DIR)
|
||||
|
||||
wms_LTLIBRARIES = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue