link to $XCURSOR_LIBS, not GNOMECC_CAPPLETS_LIBS.
2007-07-09 Rodrigo Moya <rodrigo@gnome-db.org> * Makefile.am: link to $XCURSOR_LIBS, not GNOMECC_CAPPLETS_LIBS. svn path=/trunk/; revision=7840
This commit is contained in:
parent
7cb19c4f78
commit
b9080d724a
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-07-09 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
|
* Makefile.am: link to $XCURSOR_LIBS, not GNOMECC_CAPPLETS_LIBS.
|
||||||
|
|
||||||
2007-07-09 Rodrigo Moya <rodrigo@gnome-db.org>
|
2007-07-09 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
* Makefile.am: added missing libs (for xcursor).
|
* Makefile.am: added missing libs (for xcursor).
|
||||||
|
|
|
@ -19,21 +19,21 @@ nautilus_LTLIBRARIES = libnautilus-themus.la
|
||||||
libtheme_method_la_LDFLAGS = -module -avoid-version \
|
libtheme_method_la_LDFLAGS = -module -avoid-version \
|
||||||
-export-symbols-regex 'vfs_module_.*'
|
-export-symbols-regex 'vfs_module_.*'
|
||||||
libtheme_method_la_LIBADD = $(THEME_METHOD_LIBS) \
|
libtheme_method_la_LIBADD = $(THEME_METHOD_LIBS) \
|
||||||
$(top_builddir)/capplets/common/libcommon.la $(GNOMECC_CAPPLETS_LIBS)
|
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||||
libtheme_method_la_SOURCES = theme-method.c
|
libtheme_method_la_SOURCES = theme-method.c
|
||||||
|
|
||||||
gnome_theme_thumbnailer_LDADD = $(THEMUS_THUMBNAILER_LIBS) \
|
gnome_theme_thumbnailer_LDADD = $(THEMUS_THUMBNAILER_LIBS) \
|
||||||
$(top_builddir)/capplets/common/libcommon.la $(GNOMECC_CAPPLETS_LIBS)
|
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||||
gnome_theme_thumbnailer_SOURCES = \
|
gnome_theme_thumbnailer_SOURCES = \
|
||||||
theme-thumbnailer.c
|
theme-thumbnailer.c
|
||||||
|
|
||||||
themus_theme_applier_LDADD = $(THEMUS_APPLIER_LIBS) \
|
themus_theme_applier_LDADD = $(THEMUS_APPLIER_LIBS) \
|
||||||
$(top_builddir)/capplets/common/libcommon.la $(GNOMECC_CAPPLETS_LIBS)
|
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||||
themus_theme_applier_SOURCES = \
|
themus_theme_applier_SOURCES = \
|
||||||
themus-theme-applier.c
|
themus-theme-applier.c
|
||||||
|
|
||||||
libnautilus_themus_la_LIBADD = $(THEMUS_COMPONENT_LIBS) \
|
libnautilus_themus_la_LIBADD = $(THEMUS_COMPONENT_LIBS) \
|
||||||
$(top_builddir)/capplets/common/libcommon.la $(GNOMECC_CAPPLETS_LIBS)
|
$(top_builddir)/capplets/common/libcommon.la $(XCURSOR_LIBS)
|
||||||
libnautilus_themus_la_LDFLAGS = -module -avoid-version \
|
libnautilus_themus_la_LDFLAGS = -module -avoid-version \
|
||||||
-export-symbols-regex 'nautilus_module_.*'
|
-export-symbols-regex 'nautilus_module_.*'
|
||||||
libnautilus_themus_la_SOURCES = \
|
libnautilus_themus_la_SOURCES = \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue