diff options
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 |