Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/Makefile.am')
-rw-r--r--dvi/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/dvi/Makefile.am b/dvi/Makefile.am
deleted file mode 100644
index 169ef13..0000000
--- a/dvi/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-SUBDIRS = mdvi-lib
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/backend \
- -I$(top_srcdir)/lib \
- -I$(srcdir)/mdvi-lib \
- $(LIB_CFLAGS)
-
-noinst_LTLIBRARIES = libgtkdvi.la
-
-libgtkdvi_la_SOURCES = \
- dvi-document.c \
- dvi-document.h \
- pixbuf-device.c \
- pixbuf-device.h \
- fonts.c \
- fonts.h
-
-libgtkdvi_la_LIBADD = mdvi-lib/libmdvi.la
-
-
-
-