Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--shell/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb614d4..22541bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-06 Jeremy Katz <katzj@redhat.com>
+
+ * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
+ make dist works
+
Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
* pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 87ef0f1..0ad5df5 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -29,6 +29,8 @@ evince_SOURCES= \
ev-page-action.h \
ev-print-job.c \
ev-print-job.h \
+ ev-utils.c \
+ ev-utils.h \
ev-view.c \
ev-view.h \
ev-window.c \