From a5c289563df30337b5321e72ddfc48c5f905a3ac Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 17 Apr 2005 14:35:12 +0000 Subject: Move library dependencies to components. * djvu/Makefile.am: * dvi/Makefile.am: * shell/Makefile.am: Move library dependencies to components. * shell/ev-window.c: (update_window_title), (start_loading_document): Fix display of uris with spaces. Bug 168358. --------------------------------------------------------------------- --- (limited to 'dvi/Makefile.am') diff --git a/dvi/Makefile.am b/dvi/Makefile.am index 4e025bd..a706f17 100644 --- a/dvi/Makefile.am +++ b/dvi/Makefile.am @@ -20,6 +20,10 @@ libgtkdvi_la_SOURCES = \ libgtkdvi_la_LIBADD = mdvi-lib/libmdvi.la \ $(DVI_LIBS) -lkpathsea +if WITH_TYPE1_FONTS +libgtkdvi_la_LIBADD += -lt1lib +endif + -- cgit v0.9.1