gnome-control-center/vfs-methods/fontilus/Makefile.am

22 lines
563 B
Text
Raw Normal View History

2002-12-01 13:52:09 +00:00
INCLUDES = $(FONT_METHOD_CFLAGS) $(THUMBNAILER_CFLAGS)
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
libfont_method_la_LIBS = $(FONT_METHOD_LIBS)
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 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 = \
font-method.conf \
font-method.directory