Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-08 00:31:05 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-08 00:31:05 (GMT)
commitb16d94919e61b0228950073ade43ace80fb1e1b0 (patch)
tree689cb5b00db714d0248fbf783a0a730df30d6dd4 /libview/Makefile.am
parent719e10d0836cb1310682310534dfb373f3a88c2e (diff)
Link libevdocument.la to libevview.la.
* libview/Makefile.am: Link libevdocument.la to libevview.la. svn path=/trunk/; revision=3421
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 49720c9..d11818f 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -52,7 +52,9 @@ libevview_la_LDFLAGS = \
-export-symbols-regex "^ev_*" \
$(AM_LDFLAGS)
-libevview_la_LIBADD = $(LIBVIEW_LIBS)
+libevview_la_LIBADD = \
+ $(top_builddir)/libdocument/libevdocument.la \
+ $(LIBVIEW_LIBS)
BUILT_SOURCES = \
ev-view-marshal.h \