diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:26 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-26 22:58:26 +0000 |
| commit | 551c64328416f881d2cddb4598752e6b5c4dcc67 (patch) | |
| tree | 7e0a185733ef60e9a5f991aa2feb91655d480e0d /bindings/python/Makefile.am | |
| parent | af6235e90a1bd1240291cf6d37c604dbf53d1cc1 (diff) | |
| download | lasso-551c64328416f881d2cddb4598752e6b5c4dcc67.tar.gz lasso-551c64328416f881d2cddb4598752e6b5c4dcc67.tar.xz lasso-551c64328416f881d2cddb4598752e6b5c4dcc67.zip | |
fix INCLUDES var, put top_builddir first
Diffstat (limited to 'bindings/python/Makefile.am')
| -rw-r--r-- | bindings/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
