X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2FMakefile.am;h=a0ba27cbe2d2952116c9ffd643f14cd020da91e1;hb=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=0752d2f04455c3b217a1c397a414e2a04858569a;hpb=baa0b607f331de9ee28bf2a2180339e4830f9550;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am index 0752d2f0..a0ba27cb 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -1,18 +1,23 @@ 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) -libgtkgs_la_SOURCES = \ - gsio.c \ - gsio.h \ - gsdefaults.c \ - gsdefaults.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h +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)