Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/dvilib/Makefile.am')
-rw-r--r--dvi/dvilib/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/dvi/dvilib/Makefile.am b/dvi/dvilib/Makefile.am
new file mode 100644
index 0000000..5331ab0
--- /dev/null
+++ b/dvi/dvilib/Makefile.am
@@ -0,0 +1,20 @@
+noinst_LIBRARIES = libdvilib.a
+
+libdvilib_a_SOURCES = \
+ dl-dvi-file.cc \
+ dl-dvi-fontdefinition.cc \
+ dl-dvi-parser.cc \
+ dl-dvi-program.cc \
+ dl-dvi-runtime.cc \
+ dl-loader.cc \
+ dl-pkfont.cc \
+ dl-vffont.cc \
+ \
+ dl-dvi-file.hh \
+ dl-dvi-fontdefinition.hh \
+ dl-dvi-parser.hh \
+ dl-dvi-runtime.hh \
+ dl-font.hh \
+ dl-loader.hh \
+ dl-pkfont.hh \
+ dl-vffont.hh