From 529db4a94607c1ad909764d26f740c601bbe896f Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Mon, 29 Sep 2014 22:59:15 +0200 Subject: Fix build with --disable-utils Since 21b5fd655ce45b90668d1416d21c526ab7eb3ad6, building Poppler fails when configured with '--disable-utils'. Bug #84448 --- utils/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index dede2f6c..bc0a549f 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -12,6 +12,8 @@ LDADD = \ $(top_builddir)/poppler/libpoppler.la \ $(UTILS_LIBS) +if BUILD_UTILS + bin_PROGRAMS = \ pdfdetach \ pdffonts \ @@ -50,6 +52,8 @@ if BUILD_CAIRO_OUTPUT dist_man1_MANS += pdftocairo.1 endif +endif # if BUILD_UTILS + pdfdetach_SOURCES = \ pdfdetach.cc -- cgit v1.2.3