diff options
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 9593a7a..e31af06 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ if BUILD_PYTHON -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PYTHON_INCLUDES) \ $(PYGOBJECT_CFLAGS) \ |