Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
Diffstat (limited to 'libview')
-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 \