From 7ff071c7f0df631ca273d7f29472f8b5568818f9 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 21 Oct 2010 22:46:10 +0000 Subject: */Makefile.am: s,INCLUDES,AM_CPPFLAGS, --- lib/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e38f7d82..72191edc 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src -- cgit v1.2.3