From 9d285f5248e7df68e398504ac5c2b19711d7906e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 29 Jan 2008 06:34:53 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ properties/Makefile.am | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61336c38..9d012d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-29 Matthias Clasen + + * properties/Makefile.am: No need to link with + libraries. Fixes bug #512719. + 2008-01-29 Nickolay V. Shmyrev * NEWS: diff --git a/properties/Makefile.am b/properties/Makefile.am index 69eec0c2..960a0a1a 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 -- 2.43.5