From 5d45d29402d20fabd448e6f58266acd61bde573a Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 21 Mar 2006 08:57:28 +0000 Subject: Helps building outside srcdir --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 42399c59..82d4fdd7 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = -I$(top_srcdir) \ + -I$(top_builddir) \ $(SASL_CFLAGS) pythondir= $(PY_SITE_PACKAGES) -- cgit