diff options
author | Colin Walters <walters@verbum.org> | 2011-07-27 09:11:02 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-07-27 09:15:02 -0400 |
commit | 9fcd8fa140030a270507fba0915aafa4df0933e0 (patch) | |
tree | 8274af8d78332ca7a52aa2749b2d951638c2426e /Makefile-giscanner.am | |
parent | f5f33223d876cefd56412df9d918ea7442f8322f (diff) | |
download | gobject-introspection-9fcd8fa140030a270507fba0915aafa4df0933e0.tar.gz |
Kill off config.py
Generating Python source code is problematic for srcdir != builddir;
steal a the trick of putting global data in __builtins__ from jhbuild.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r-- | Makefile-giscanner.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am index 8a8c7edb..0ca98f6c 100644 --- a/Makefile-giscanner.am +++ b/Makefile-giscanner.am @@ -33,7 +33,6 @@ pkgpyexec_PYTHON = \ giscanner/ast.py \ giscanner/cachestore.py \ giscanner/codegen.py \ - giscanner/config.py \ giscanner/dumper.py \ giscanner/introspectablepass.py \ giscanner/girparser.py \ |