From 1e40acee376d7c882522afa5caf4612f7ced0e0d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 15 Jun 2008 16:47:40 +0000 Subject: [PATCH] * Install cucul++.pc and caca++.pc in the pkg-config directory. --- cxx/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cxx/Makefile.am b/cxx/Makefile.am index 02855c3..9f64c4f 100644 --- a/cxx/Makefile.am +++ b/cxx/Makefile.am @@ -3,6 +3,9 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul \ -I$(top_srcdir)/caca +pkgconfig_DATA = cucul++.pc caca++.pc +pkgconfigdir = $(libdir)/pkgconfig + if USE_CXX include_HEADERS = cucul++.h caca++.h lib_LTLIBRARIES = libcucul++.la libcaca++.la