X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=pdf%2FMakefile.am;h=34103e65413d6a4c628af439afee8034c286c149;hb=HEAD;hp=14a3210c53259ad37704a4f19826fbccec5c682a;hpb=c3e1500a4815225f08e1b20dd066559e8c92c280;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am deleted file mode 100644 index 14a3210c..00000000 --- a/pdf/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ - $(POPPLER_GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" - -noinst_LTLIBRARIES = libpdfdocument.la - -libpdfdocument_la_SOURCES = \ - ev-poppler.cc \ - ev-poppler.h - -