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=848665b157185945d190a7a746d054d7f5d5e6e0;hp=6ebc8960a626f3653308bd3ec3cb55205ef35986;hpb=710ec65f6202732a44a010339d0770a9c0e46ed2;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am index 6ebc8960..a0ba27cb 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -2,18 +2,22 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/backend \ -I$(top_srcdir)/lib \ - -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ - $(PS_CFLAGS) + $(BACKEND_CFLAGS) \ + $(WARN_CFLAGS) -noinst_LTLIBRARIES = libgtkgs.la +# $(DISABLE_DEPRECATED) -libgtkgs_la_SOURCES = \ - gsio.c \ - gsio.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h \ - gsdefaults.c \ +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)