X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2FMakefile.am;h=a9f25f922ced0a312abb502b8b7aa808cbc94d70;hb=1a9964cbdc190840aa6ea2d762be1b8132d3dcbb;hp=0752d2f04455c3b217a1c397a414e2a04858569a;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am index 0752d2f0..a9f25f92 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -1,18 +1,22 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ - -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ - $(PS_CFLAGS) + -I$(top_srcdir)/lib \ + $(BACKEND_CFLAGS) \ + $(WARN_CFLAGS) -noinst_LTLIBRARIES = libgtkgs.la +# $(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 -libgtkgs_la_SOURCES = \ - gsio.c \ - gsio.h \ - gsdefaults.c \ - gsdefaults.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h