Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2004-12-23 01:28:41 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2004-12-23 01:28:41 (GMT)
commit266c00b5fb6a027c92d3b14aedbc4b1636b719d5 (patch)
tree7c1cccdc6a177af5a6185bd98eb4c07c1922b4b6
parent6c3ca0cf2c626fce12897ea0937c07f2d7863d2f (diff)
add libevbackend.la.
* pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add libevbackend.la.
-rw-r--r--ChangeLog3
-rw-r--r--pdf/xpdf/Makefile.am1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c92c80f..98180c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-12-23 Martin Kretzschmar <martink@gnome.org>
+ * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
+ libevbackend.la.
+
* shell/ev-window.c (ev_window_print): add GnomePrintJob to
EvPrintJob constructor arguments.
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 9676c00..ab81481 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -118,6 +118,7 @@ libpdfdocument_la_SOURCES = \
libpdfdocument_la_LIBADD = \
libxpdf.la \
+ $(top_builddir)/backend/libevbackend.la \
$(top_builddir)/pdf/goo/libGoo.la \
$(top_builddir)/pdf/fofi/libfofi.la \
$(top_builddir)/pdf/splash/libsplash.la