From 01f3ccb167359c91ff7609082747355c4c1a62bc Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Sun, 1 Dec 2002 13:59:26 +0000 Subject: [PATCH] install font-method.conf --- vfs-methods/fontilus/ChangeLog | 4 ++++ vfs-methods/fontilus/Makefile.am | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/vfs-methods/fontilus/ChangeLog b/vfs-methods/fontilus/ChangeLog index e69de29bb..32e7ff831 100644 --- a/vfs-methods/fontilus/ChangeLog +++ b/vfs-methods/fontilus/ChangeLog @@ -0,0 +1,4 @@ +2002-12-01 James Henstridge + + * src/Makefile.am: install font-method.conf + diff --git a/vfs-methods/fontilus/Makefile.am b/vfs-methods/fontilus/Makefile.am index 8cacdbcf5..b4abaf3a3 100644 --- a/vfs-methods/fontilus/Makefile.am +++ b/vfs-methods/fontilus/Makefile.am @@ -1,8 +1,8 @@ INCLUDES = $(FONT_METHOD_CFLAGS) $(THUMBNAILER_CFLAGS) -moduledir = $(libdir)/gnome-vfs-2.0/modules -module_LTLIBRARIES = libfont-method.la +vfsmoduledir = $(libdir)/gnome-vfs-2.0/modules +vfsmodule_LTLIBRARIES = libfont-method.la noinst_PROGRAMS = thumbnailer @@ -10,5 +10,11 @@ libfont_method_la_LDFLAGS = -module -avoid-version libfont_method_la_LIBS = $(FONT_METHOD_LIBS) libfont_method_la_SOURCES = font-method.c +vfsmoduleconfdir = $(sysconfdir)/gnome-vfs-2.0/modules +vfsmoduleconf_DATA = font-method.conf + thumbnailer_LDADD = $(THUMBNAILER_LIBS) thumbnailer_SOURCES = ftstream-vfs.c thumbnailer.c + +EXTRA_DIST = \ + font-method.conf