From 0e41f937946e4e4c1b660406bd74e4afe8825b5f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 13 Dec 2009 23:31:46 +0100 Subject: [cpp] add the autotools buildsystem for it --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2a752622..87209a61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,11 +25,15 @@ qt4_subdir = qt4 qt4_pc_file = poppler-qt4.pc endif +if BUILD_POPPLER_CPP +cpp_subdir = cpp +endif + if BUILD_UTILS utils_subdir = utils endif -SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) +SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) $(cpp_subdir) EXTRA_DIST = \ README-XPDF \ -- cgit v1.2.3