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
|
@ -8,7 +8,7 @@ vfsmodule_LTLIBRARIES = libfont-method.la
|
|||
|
||||
bin_PROGRAMS = gnome-thumbnail-font gnome-font-viewer
|
||||
|
||||
libfont_method_la_LDFLAGS = -module -avoid-version \
|
||||
libfont_method_la_LDFLAGS = -module -avoid-version -no-undefined \
|
||||
-export-symbols-regex 'vfs_module_.*'
|
||||
libfont_method_la_LIBADD = $(FONT_METHOD_LIBS)
|
||||
libfont_method_la_SOURCES = font-method.c
|
||||
|
@ -21,7 +21,7 @@ gnome_font_viewer_SOURCES = ftstream-vfs.c font-view.c
|
|||
|
||||
nautilusdir = $(libdir)/nautilus/extensions-2.0
|
||||
nautilus_LTLIBRARIES = libnautilus-fontilus.la
|
||||
libnautilus_fontilus_la_LDFLAGS = -module -avoid-version \
|
||||
libnautilus_fontilus_la_LDFLAGS = -module -avoid-version -no-undefined \
|
||||
-export-symbols-regex 'nautilus_module_.*'
|
||||
libnautilus_fontilus_la_LIBADD = $(FONT_CONTEXT_MENU_LIBS)
|
||||
libnautilus_fontilus_la_SOURCES = fontilus-context-menu.c
|
||||
|
|
|
@ -16,7 +16,7 @@ vfsmodule_LTLIBRARIES = libtheme-method.la
|
|||
nautilusdir = $(libdir)/nautilus/extensions-2.0
|
||||
nautilus_LTLIBRARIES = libnautilus-themus.la
|
||||
|
||||
libtheme_method_la_LDFLAGS = -module -avoid-version \
|
||||
libtheme_method_la_LDFLAGS = -module -avoid-version -no-undefined \
|
||||
-export-symbols-regex 'vfs_module_.*'
|
||||
libtheme_method_la_LIBADD = $(THEME_METHOD_LIBS) \
|
||||
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||
|
@ -34,7 +34,7 @@ themus_theme_applier_SOURCES = \
|
|||
|
||||
libnautilus_themus_la_LIBADD = $(THEMUS_COMPONENT_LIBS) \
|
||||
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||
libnautilus_themus_la_LDFLAGS = -module -avoid-version \
|
||||
libnautilus_themus_la_LDFLAGS = -module -avoid-version -no-undefined \
|
||||
-export-symbols-regex 'nautilus_module_.*'
|
||||
libnautilus_themus_la_SOURCES = \
|
||||
themus-properties-view.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue