21 lines
680 B
Diff
21 lines
680 B
Diff
diff -up evince-2.21.90/properties/Makefile.am.property-deps evince-2.21.90/properties/Makefile.am
|
|
--- evince-2.21.90/properties/Makefile.am.property-deps 2008-01-28 15:53:04.000000000 -0500
|
|
+++ evince-2.21.90/properties/Makefile.am 2008-01-28 23:56:16.000000000 -0500
|
|
@@ -32,16 +32,4 @@ libevince_properties_page_la_LIBADD =
|
|
$(FRONTEND_LIBS) \
|
|
$(NAUTILUS_LIBS)
|
|
|
|
-if ENABLE_DJVU
|
|
-libevince_properties_page_la_LIBADD += $(DJVU_LIBS)
|
|
-endif
|
|
-
|
|
-if ENABLE_DVI
|
|
-libevince_properties_page_la_LIBADD += -lkpathsea
|
|
-endif
|
|
-
|
|
-if WITH_TYPE1_FONTS
|
|
-libevince_properties_page_la_LIBADD += -lt1
|
|
-endif
|
|
-
|
|
libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined
|