install font-method.conf
This commit is contained in:
parent
92e7e7a7ff
commit
01f3ccb167
2 changed files with 12 additions and 2 deletions
|
@ -0,0 +1,4 @@
|
|||
2002-12-01 James Henstridge <james@daa.com.au>
|
||||
|
||||
* src/Makefile.am: install font-method.conf
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue