From 469d80f6b3dcfc2900f0faf5ab553fb3531c41f9 Mon Sep 17 00:00:00 2001 From: Eduardo Lima Date: Wed, 21 Dec 2005 21:29:39 +0000 Subject: Included option in configure to make ps backend compilation optional with 2005-12-21 Eduardo Lima * Makefile.am: * configure.ac: * backend/Makefile.am: * backend/ev-document-factory.c: * shell/ev-document-types.c: Included option in configure to make ps backend compilation optional with --disable-ps. --- (limited to 'backend/Makefile.am') diff --git a/backend/Makefile.am b/backend/Makefile.am index 75509e6..97f9910 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -45,8 +45,12 @@ libevbackend_la_SOURCES= \ ev-document-misc.c libevbackend_la_LIBADD = \ - $(top_builddir)/pdf/libpdfdocument.la \ + $(top_builddir)/pdf/libpdfdocument.la + +if ENABLE_PS +libevbackend_la_LIBADD += \ $(top_builddir)/ps/libpsdocument.la +endif if ENABLE_PIXBUF libevbackend_la_LIBADD += \ -- cgit v0.9.1