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=4604706d60df2a9d04df2ba130f25fbb2abbd853;hpb=02eb16fef45712a91e24f6471b9e2f31249c888e;p=evince.git diff --git a/pdf/Makefile.am b/pdf/Makefile.am deleted file mode 100644 index 4604706d..00000000 --- a/pdf/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ - $(POPPLER_CFLAGS) \ - $(GTK_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" - -noinst_PROGRAMS = test-gdk-output-dev - -noinst_LTLIBRARIES = libpdfdocument.la - -libpdfdocument_la_SOURCES = \ - GDKSplashOutputDev.cc \ - GDKSplashOutputDev.h \ - Thumb.cc \ - Thumb.h \ - pdf-document.cc \ - pdf-document.h - -test_gdk_output_dev_SOURCES = \ - test-gdk-output-dev.cc - -test_gdk_output_dev_LDADD = \ - libpdfdocument.la \ - $(top_builddir)/backend/libevbackend.la \ - $(POPPLER_LIBS) \ - $(GTK_LIBS)