summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-13 02:50:31 +0200
committerGitHub <noreply@github.com>2019-04-13 02:50:31 +0200
commit5403006c5c371649b92ab8a2cde742412c765640 (patch)
tree646eaed1e02a4612131b0e38e27978afeb62bb91 /configure.ac
parentb759a2c5b9612a03c8b30514aa93444268931e5e (diff)
downloadcpython-git-5403006c5c371649b92ab8a2cde742412c765640.tar.gz
bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814)
"make tags" and "make TAGS" now also parse Modules/_io/*.c and Modules/_io/*.h. (cherry picked from commit 21a74a9d77c5ac628808b9faace18b824ca056f7)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad0f4d42b4..e5fb7e7b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5391,7 +5391,7 @@ do
done
AC_SUBST(SRCDIRS)
-SRCDIRS="Parser Objects Python Modules Programs"
+SRCDIRS="Parser Objects Python Modules Modules/_io Programs"
AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do
if test ! -d $dir; then