Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-12-22 03:14:27 (GMT)
committer Owen Taylor <otaylor@src.gnome.org>2004-12-22 03:14:27 (GMT)
commit1e247284337090fd8f65e4c191652647d95a36ac (patch)
treecb0c3ba868be954c7e794a0acde03ecbbf435c92 /pdf/xpdf/Makefile.am
parentff8d0330fc705c931a40d07e28eb4060f1dd92f9 (diff)
Hook things up a bit, it works! (sort of)
Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com> * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up a bit, it works! (sort of) * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc: Move to .cc since we need to use C++ in the implementation. * shell/dummy.cc: Add a CC file to force evince to be linked as a C++ program.x
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 2d2216c..7c1b643 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -111,7 +111,7 @@ test_gdk_output_dev_LDADD = \
$(GTK_LIBS)
libpdfdocument_la_SOURCES = \
- pdf-document.c \
+ pdf-document.cc \
pdf-document.h
libpdfdocument_la_LIBADD = \