From 551c64328416f881d2cddb4598752e6b5c4dcc67 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 May 2008 22:58:26 +0000 Subject: fix INCLUDES var, put top_builddir first --- bindings/python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bindings/python') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index ff02fe17..65aa3804 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,8 +1,9 @@ SUBDIRS = tests if PYTHON_ENABLED -INCLUDES = -I$(top_srcdir) \ +INCLUDES = \ -I$(top_builddir) \ + -I$(top_srcdir) \ $(SASL_CFLAGS) pythondir= $(PY_SITE_PACKAGES) -- cgit