Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-05 15:29:03 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-05 15:29:03 (GMT)
commit68525a359fcf1c2f857337aaac6508861d305cae (patch)
tree647bca454f21173e57a684ad3ae9f96872812f25 /properties
parent194a13e3f28e0578796101163ddd1ee34b1a16e0 (diff)
Due to broken libtool that is unable to track dependencies
of noinst libraries we are forced to explicitely point libraries for binary. Fix for the bug #333334.
Diffstat (limited to 'properties')
-rw-r--r--properties/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/properties/Makefile.am b/properties/Makefile.am
index b3c8560..fab3514 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -32,4 +32,16 @@ libevince_properties_page_la_LIBADD = \
$(FRONTEND_LIBS) \
$(NAUTILUS_LIBS)
+if ENABLE_DJVU
+libevince_properties_page_la_LIBADD += $(DJVU_LIBS)
+endif
+
+if ENABLE_DJVU
+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