Add Include to the list of source directories.
diff --git a/configure b/configure
index cbeeab2..39659e0 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.200
+# From configure.in Revision: 1.201
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -6569,7 +6569,7 @@
#fi
-SRCDIRS="Parser Grammar Objects Python Modules"
+SRCDIRS="Include Parser Grammar Objects Python Modules"
echo $ac_n "checking for build directories""... $ac_c" 1>&6
echo "configure:6575: checking for build directories" >&5
for dir in $SRCDIRS; do
diff --git a/configure.in b/configure.in
index 02fe99e..c9756f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1413,7 +1413,7 @@
#fi
AC_SUBST(SRCDIRS)
-SRCDIRS="Parser Grammar Objects Python Modules"
+SRCDIRS="Include Parser Grammar Objects Python Modules"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then