From 9d285f5248e7df68e398504ac5c2b19711d7906e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Jan 2008 06:34:53 +0000 Subject: No need to link with libraries. Fixes bug #512719. 2008-01-29 Matthias Clasen * properties/Makefile.am: No need to link with libraries. Fixes bug #512719. svn path=/trunk/; revision=2874 --- (limited to 'properties/Makefile.am') diff --git a/properties/Makefile.am b/properties/Makefile.am index 69eec0c..960a0a1 100644 --- a/properties/Makefile.am +++ b/properties/Makefile.am @@ -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 -- cgit v0.9.1