Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--properties/Makefile.am12
2 files changed, 5 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 61336c3..9d012d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-29 Matthias Clasen <mclasen@redhat.com>
+
+ * properties/Makefile.am: No need to link with
+ libraries. Fixes bug #512719.
+
2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NEWS:
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