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