From 945efc9392d4c4b5d6a211ed4ccac376bf8c3066 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 20 Dec 2007 10:12:49 +0000 Subject: Use libspectre, if available, for the ps backend. Fixes bugs #317106, 2007-12-20 Carlos Garcia Campos * configure.ac: * backend/ps/Makefile.am: * backend/ps/ev-spectre.[ch]: Use libspectre, if available, for the ps backend. Fixes bugs #317106, #499787, #501235, #421879, #445797, #443859 and #486547. svn path=/trunk/; revision=2774 --- (limited to 'backend/ps/Makefile.am') diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index e443b4a..921e397 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -5,8 +5,17 @@ INCLUDES = \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) +if HAVE_SPECTRE +INCLUDES += $(SPECTRE_CFLAGS) +endif + noinst_LTLIBRARIES = libpsdocument.la +if HAVE_SPECTRE +libpsdocument_la_SOURCES = \ + ev-spectre.c \ + ev-spectre.h +else libpsdocument_la_SOURCES = \ gsio.c \ gsio.h \ @@ -19,4 +28,4 @@ libpsdocument_la_SOURCES = \ ps-interpreter.h \ gsdefaults.c \ gsdefaults.h - +endif -- cgit v0.9.1