diff options
Diffstat (limited to 'font-viewer/Makefile.am')
-rw-r--r-- | font-viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index 5ed07b75..ef123991 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -8,7 +8,7 @@ font_loader_SOURCES = \ sushi-font-loader.h \ sushi-font-loader.c -mate_thumbnail_font_LDADD = $(MATECC_CAPPLETS_LIBS) $(FONT_VIEWER_LIBS) +mate_thumbnail_font_LDADD = $(MATECC_CAPPLETS_LIBS) -lm $(FONT_VIEWER_LIBS) mate_thumbnail_font_SOURCES = \ $(font_loader_SOURCES) \ font-thumbnailer.c \ |