2002-12-01 13:52:09 +00:00
|
|
|
|
2002-12-01 15:22:27 +00:00
|
|
|
INCLUDES = $(FONT_METHOD_CFLAGS) $(THUMBNAILER_CFLAGS) \
|
|
|
|
-DDIRECTORY_DIR=\"$(vfsdirectorydir)\"
|
2002-12-01 13:52:09 +00:00
|
|
|
|
2002-12-01 13:59:26 +00:00
|
|
|
vfsmoduledir = $(libdir)/gnome-vfs-2.0/modules
|
|
|
|
vfsmodule_LTLIBRARIES = libfont-method.la
|
2002-12-01 13:52:09 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = thumbnailer
|
|
|
|
|
|
|
|
libfont_method_la_LDFLAGS = -module -avoid-version
|
2002-12-02 07:31:30 +00:00
|
|
|
libfont_method_la_LIBADD = $(FONT_METHOD_LIBS)
|
2002-12-01 13:52:09 +00:00
|
|
|
libfont_method_la_SOURCES = font-method.c
|
|
|
|
|
2002-12-01 13:59:26 +00:00
|
|
|
vfsmoduleconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
|
|
|
|
vfsmoduleconf_DATA = font-method.conf
|
|
|
|
|
2002-12-01 15:22:27 +00:00
|
|
|
vfsdirectorydir = $(datadir)/gnome/vfolders
|
|
|
|
vfsdirectory_DATA = font-method.directory
|
|
|
|
|
2002-12-01 13:52:09 +00:00
|
|
|
thumbnailer_LDADD = $(THUMBNAILER_LIBS)
|
|
|
|
thumbnailer_SOURCES = ftstream-vfs.c thumbnailer.c
|
2002-12-01 13:59:26 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2002-12-01 15:07:36 +00:00
|
|
|
font-method.conf \
|
|
|
|
font-method.directory
|