X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=dvi%2FMakefile.am;h=37665bce815c414e18eb1e0a309b9ab26558a760;hb=HEAD;hp=5468296524347dbf4e6bde5e1a9e6ff72b67e953;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/dvi/Makefile.am b/dvi/Makefile.am deleted file mode 100644 index 54682965..00000000 --- a/dvi/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -SUBDIRS = dvilib - -INCLUDES = \ - -I$(srcdir)/dvilib \ - $(DVI_CFLAGS) \ - -I$(top_srcdir) - -bin_PROGRAMS=dviviewer - -dviviewer_SOURCES = \ - main.cc \ - \ - painter.hh \ - painter.cc \ - \ - font.hh \ - font.cc \ - \ - view.hh \ - view.cc \ - \ - model.hh \ - model.cc \ - \ - observer.hh - -dviviewer_LDADD = \ - $(top_builddir)/dvi/dvilib/libdvilib.a \ - $(GTK_LIBS)