From 4eae25310b0cb3fa179179f90dee597112e71aab Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 18 Apr 2006 12:57:11 +0000 Subject: [PATCH] * Fixed C++ bindings makefile so that it does not try to use the system's and headers. --- cpp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/Makefile.am b/cpp/Makefile.am index f8f2eca..ffc54fc 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -1,5 +1,7 @@ # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ +AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca + include_HEADERS = cucul++.h caca++.h lib_LTLIBRARIES = libcucul++.la libcaca++.la