X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2FMakefile.am;h=e30a709019462a823dd48ba274b43f6f62488da8;hb=HEAD;hp=a0ba27cbe2d2952116c9ffd643f14cd020da91e1;hpb=848665b157185945d190a7a746d054d7f5d5e6e0;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am deleted file mode 100644 index a0ba27cb..00000000 --- a/ps/Makefile.am +++ /dev/null @@ -1,23 +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 - -libpsdocument_la_LIBADD = $(PS_LIBS)