Patch by: Damien Carberry <damien.carberry@sun.com>

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Damien Carberry <damien.carberry@sun.com>

	* configure.in:
	* vfs-methods/fontilus/Makefile.am
	* vfs-methods/themus/Makefile.am: determine correct nautilus
	 extension dir via pkgconfig (#505364)

svn path=/trunk/; revision=8413
This commit is contained in:
Jens Granseuer 2008-01-25 19:11:55 +00:00 committed by Jens Granseuer
parent c06bce17af
commit c8636fd373
6 changed files with 27 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-01-25 Jens Granseuer <jensgr@gmx.net>
Patch by: Damien Carberry <damien.carberry@sun.com>
* Makefile.am: determine correct nautilus extension dir via
pkgconfig (#505364)
2007-12-24 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Install the nautilus extension in the right spot.

View file

@ -19,7 +19,7 @@ gnome_thumbnail_font_SOURCES = ftstream-vfs.c thumbnailer.c
gnome_font_viewer_LDADD = $(FONT_VIEW_LIBS)
gnome_font_viewer_SOURCES = ftstream-vfs.c font-view.c
nautilusdir = $(libdir)/nautilus/extensions-2.0
nautilusdir = $(NAUTILUSDIR)
nautilus_LTLIBRARIES = libnautilus-fontilus.la
libnautilus_fontilus_la_LDFLAGS = -module -avoid-version -no-undefined \
-export-symbols-regex 'nautilus_module_.*'

View file

@ -1,3 +1,10 @@
2008-01-25 Jens Granseuer <jensgr@gmx.net>
Patch by: Damien Carberry <damien.carberry@sun.com>
* Makefile.am: determine correct nautilus extension dir via
pkgconfig (#505364)
2007-12-24 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Install the nautilus extension in the right spot.

View file

@ -13,7 +13,7 @@ bin_PROGRAMS = gnome-theme-thumbnailer themus-theme-applier
vfsmoduledir = $(libdir)/gnome-vfs-2.0/modules
vfsmodule_LTLIBRARIES = libtheme-method.la
nautilusdir = $(libdir)/nautilus/extensions-2.0
nautilusdir = $(NAUTILUSDIR)
nautilus_LTLIBRARIES = libnautilus-themus.la
libtheme_method_la_LDFLAGS = -module -avoid-version -no-undefined \