diff options
author | raveit <[email protected]> | 2015-08-08 20:59:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-08 20:59:57 +0200 |
commit | 11a458806bf0775b663c164dfc1403f1f3947784 (patch) | |
tree | 9b67aeaf2f61b91d72d96e0d67261a000b5c2fb4 /font-viewer/Makefile.am | |
parent | 0c8fd57afb370b8f9ecc2b1fc41c568dbba27a37 (diff) | |
download | mate-control-center-11a458806bf0775b663c164dfc1403f1f3947784.tar.bz2 mate-control-center-11a458806bf0775b663c164dfc1403f1f3947784.tar.xz |
font-viewer: Use cairo for font rendering
Taken from gnome-font-viewer based on initial patch by
Rodrigo Moya and updated by Cosimo Cecchi <[email protected]>
commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
Diffstat (limited to 'font-viewer/Makefile.am')
-rw-r--r-- | font-viewer/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index 130a9016..5dbf458c 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -5,10 +5,10 @@ AM_CPPFLAGS = $(FONT_VIEWER_CFLAGS) $(MATECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\" bin_PROGRAMS = mate-thumbnail-font mate-font-viewer mate_thumbnail_font_LDADD = $(MATECC_CAPPLETS_LIBS) $(FONT_VIEWER_LIBS) -mate_thumbnail_font_SOURCES = ftstream-vfs.c font-thumbnailer.c totem-resources.c totem-resources.h +mate_thumbnail_font_SOURCES = ftstream-vfs.c ftstream-vfs.h font-thumbnailer.c totem-resources.c totem-resources.h mate_font_viewer_LDADD = $(MATECC_CAPPLETS_LIBS) $(FONT_VIEWER_LIBS) -mate_font_viewer_SOURCES = ftstream-vfs.c font-view.c +mate_font_viewer_SOURCES = ftstream-vfs.c ftstream-vfs.h font-view.c thumbnailerdir = $(datadir)/thumbnailers thumbnailer_DATA = mate-font-viewer.thumbnailer |