X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fps%2FMakefile.am;h=bb079420fbd50f296fdcc67af2358d3bdee5c8d5;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=e30a709019462a823dd48ba274b43f6f62488da8;hpb=2c4dbe47d6f4b5a427b8d7133cb9c9707dca59cb;p=evince.git diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index e30a7090..bb079420 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -5,42 +5,21 @@ INCLUDES = \ -I$(top_srcdir)/libdocument \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ $(BACKEND_CFLAGS) \ + $(SPECTRE_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) -if HAVE_SPECTRE -INCLUDES += $(SPECTRE_CFLAGS) -endif - backend_LTLIBRARIES = libpsdocument.la -if HAVE_SPECTRE libpsdocument_la_SOURCES = \ ev-spectre.c \ ev-spectre.h -else -libpsdocument_la_SOURCES = \ - gsio.c \ - gsio.h \ - gstypes.h \ - ps.c \ - ps.h \ - ps-document.c \ - ps-document.h \ - ps-interpreter.c \ - ps-interpreter.h \ - gsdefaults.c \ - gsdefaults.h -endif libpsdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libpsdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevbackend.la \ - $(BACKEND_LIBS) - -if HAVE_SPECTRE -libpsdocument_la_LIBADD += $(SPECTRE_LIBS) -endif + $(BACKEND_LIBS) \ + $(SPECTRE_LIBS) backend_in_files = psdocument.evince-backend.in