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=df66b4a5196e2cec2957e9a65fcd8b17d56b06a8;hpb=c6c3e49776af18ae7a8ce433ac31121a0cdfbc6d;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am deleted file mode 100644 index df66b4a5..00000000 --- a/ps/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/backend \ - -I$(top_srcdir)/lib \ - -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ - $(PS_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)