Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent719e10d0836cb1310682310534dfb373f3a88c2e (diff)
Link libevdocument.la to libevview.la.
* libview/Makefile.am: Link libevdocument.la to libevview.la. svn path=/trunk/; revision=3421
-rw-r--r--ChangeLog4
-rw-r--r--libview/Makefile.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b479590..f6a1829 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-08 Christian Persch <chpe@gnome.org>
+
+ * libview/Makefile.am: Link libevdocument.la to libevview.la.
+
2009-02-05 Christian Persch <chpe@gnome.org>
* backend/comics/comics-document.c: (comics_document_load):
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 \