Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-02 12:27:03 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-02 12:27:03 (GMT)
commitbaa0b607f331de9ee28bf2a2180339e4830f9550 (patch)
tree28d2076079591eda942384ba9841ee03076f82b9 /dvi
parent8e5042edbe098c8a8b760a36a8bc35dfca4e6041 (diff)
Fix distcheck
2005-01-02 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * backend/Makefile.am: * data/Makefile.am: * dvi/Makefile.am: * dvi/dvilib/Makefile.am: * pdf/xpdf/Makefile.am: * po/POTFILES.in: * ps/Makefile.am: Fix distcheck
Diffstat (limited to 'dvi')
-rw-r--r--dvi/Makefile.am6
-rw-r--r--dvi/dvilib/Makefile.am2
2 files changed, 6 insertions, 2 deletions
diff --git a/dvi/Makefile.am b/dvi/Makefile.am
index 7694744..5468296 100644
--- a/dvi/Makefile.am
+++ b/dvi/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = dvilib
INCLUDES = \
- -Idvilib \
+ -I$(srcdir)/dvilib \
$(DVI_CFLAGS) \
-I$(top_srcdir)
@@ -20,7 +20,9 @@ dviviewer_SOURCES = \
view.cc \
\
model.hh \
- model.cc
+ model.cc \
+ \
+ observer.hh
dviviewer_LDADD = \
$(top_builddir)/dvi/dvilib/libdvilib.a \
diff --git a/dvi/dvilib/Makefile.am b/dvi/dvilib/Makefile.am
index 5331ab0..2ccb2e1 100644
--- a/dvi/dvilib/Makefile.am
+++ b/dvi/dvilib/Makefile.am
@@ -13,8 +13,10 @@ libdvilib_a_SOURCES = \
dl-dvi-file.hh \
dl-dvi-fontdefinition.hh \
dl-dvi-parser.hh \
+ dl-dvi-program.hh \
dl-dvi-runtime.hh \
dl-font.hh \
dl-loader.hh \
dl-pkfont.hh \
+ dl-refcounted.hh \
dl-vffont.hh