From 7ec21fe4e1e266d86062a9c07d8cf132caa15f94 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sun, 28 Dec 2008 22:56:37 -0500 Subject: [PATCH] The installation of libcdio++.pc and libiso9660++.pc should be dependent on ENABLE_CXX_BINDINGS, not ENABLE_CPP. Bug #25202 from Yaakov Selkowitz --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ba430298..c73a369c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ pkgconfig_DATA = libcdio.pc \ libudf.pc \ $(paranoiapcs) -if ENABLE_CPP +if ENABLE_CXX_BINDINGS pkgconfig_DATA += \ libcdio++.pc \ libiso9660++.pc