From 2dc20d298ea8064cf09bc5acc201a9df4e4cd4f0 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan Date: Thu, 30 Nov 2006 20:58:58 +0000 Subject: Make pdf compilation optional. See bug #38007. 2006-11-30 Yevgen Muntyan * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: (ev_document_factory_add_filters): * configure.ac: * shell/ev-window.c: (build_comments_string): Make pdf compilation optional. See bug #38007. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5c04b74..c216292 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ SUBDIRS = cut-n-paste po help data # Backends +if ENABLE_PDF SUBDIRS += pdf +endif if ENABLE_PS SUBDIRS += ps -- cgit v0.9.1