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=f00b898dd13b85e510188714f6b9d9a349d23ed2;hp=6ebc8960a626f3653308bd3ec3cb55205ef35986;hpb=710ec65f6202732a44a010339d0770a9c0e46ed2;p=evince.git diff --git a/ps/Makefile.am b/ps/Makefile.am index 6ebc8960..a9f25f92 100644 --- a/ps/Makefile.am +++ b/ps/Makefile.am @@ -2,18 +2,21 @@ 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 +