From: Matthias Clasen Date: Tue, 29 Jan 2008 06:34:53 +0000 (+0000) Subject: No need to link with libraries. Fixes bug #512719. X-Git-Tag: EVINCE_2_21_91~29 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=9d285f5248e7df68e398504ac5c2b19711d7906e;p=evince.git 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 --- 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