From 211d0707f9ae49c5e042ecb838231dbd1a23f32d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 15 Jun 2008 16:49:42 +0000 Subject: [PATCH] * Only install the C++ .pc files if C++ support was activated. --- cxx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx/Makefile.am b/cxx/Makefile.am index 9f64c4f..386a4fd 100644 --- a/cxx/Makefile.am +++ b/cxx/Makefile.am @@ -3,10 +3,10 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul \ -I$(top_srcdir)/caca +if USE_CXX pkgconfig_DATA = cucul++.pc caca++.pc pkgconfigdir = $(libdir)/pkgconfig -if USE_CXX include_HEADERS = cucul++.h caca++.h lib_LTLIBRARIES = libcucul++.la libcaca++.la endif