X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ps%2FMakefile.am;h=e30a709019462a823dd48ba274b43f6f62488da8;hb=HEAD;hp=a9f25f922ced0a312abb502b8b7aa808cbc94d70;hpb=68525a359fcf1c2f857337aaac6508861d305cae;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am deleted file mode 100644 index a9f25f92..00000000 --- a/ps/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ - -I$(top_srcdir)/lib \ - $(BACKEND_CFLAGS) \ - $(WARN_CFLAGS) - -# $(DISABLE_DEPRECATED) - -noinst_LTLIBRARIES = libpsdocument.la - -libpsdocument_la_SOURCES = \ - gsio.c \ - gsio.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h \ - gsdefaults.c \ - gsdefaults.h -