Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-01-29 06:34:53 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2008-01-29 06:34:53 (GMT)
commit9d285f5248e7df68e398504ac5c2b19711d7906e (patch)
treefc3e3f64b3ff6bf049cad9c03b73a80e26d96d71 /properties/Makefile.am
parent8d1a809e48ab213436d0e7d6417d3c3e3fae6bb1 (diff)
No need to link with libraries. Fixes bug #512719.
2008-01-29 Matthias Clasen <mclasen@redhat.com> * properties/Makefile.am: No need to link with libraries. Fixes bug #512719. svn path=/trunk/; revision=2874
Diffstat (limited to 'properties/Makefile.am')
-rw-r--r--properties/Makefile.am12
1 files changed, 0 insertions, 12 deletions
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