aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-05-28 17:14:18 +0000
committerTom Tromey <tromey@gcc.gnu.org>2009-05-28 17:14:18 +0000
commit41850419739b8336c2b698e82be06e8b8c1a3c82 (patch)
tree86776b8da26243b4808078fa0d2ee2c69a176ef8 /libstdc++-v3/Makefile.am
parent8a66e987b576d1eceb199834e526af56accf55cf (diff)
downloadgcc-41850419739b8336c2b698e82be06e8b8c1a3c82.zip
gcc-41850419739b8336c2b698e82be06e8b8c1a3c82.tar.gz
gcc-41850419739b8336c2b698e82be06e8b8c1a3c82.tar.bz2
Makefile.in, [...]: New files.
2009-05-28 Tom Tromey <tromey@redhat.com> Phil Muldoon <pmuldoon@redhat.com> Jonathan Wakely <jwakely.gcc@gmail.com> * python/Makefile.in, , python/libstdcxx/__init__.py, python/libstdcxx/v6/__init__.py, python/libstdcxx/v6/printers.py, python/hook.in, python/Makefile.am: New files. * configure, Makefile.in: Rebuild. * acinclude.m4 (glibcxx_SUBDIRS): Add python. * Makefile.am (SUBDIRS): Add python. Co-Authored-By: Jonathan Wakely <jwakely.gcc@gmail.com> Co-Authored-By: Phil Muldoon <pmuldoon@redhat.com> From-SVN: r147958
Diffstat (limited to 'libstdc++-v3/Makefile.am')
-rw-r--r--libstdc++-v3/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am
index 7c8f9c2..1f8d315 100644
--- a/libstdc++-v3/Makefile.am
+++ b/libstdc++-v3/Makefile.am
@@ -27,7 +27,8 @@ if GLIBCXX_HOSTED
hosted_source = doc src po testsuite
endif
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
-SUBDIRS = include libsupc++ $(hosted_source)
+## Note that python must come after src.
+SUBDIRS = include libsupc++ $(hosted_source) python
ACLOCAL_AMFLAGS = -I . -I .. -I ../config