X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2FMakefile.am;h=d1a9615b5ee507b9941f9ff2a8faea7beb9869e3;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 - -