diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-22 19:46:03 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-22 19:46:03 +0000 |
commit | d63fa8f926d209d3580e61e733d292cf6b1e316d (patch) | |
tree | 5b61bb6da6ecc22455590bf8ae16fda31bd42715 /configure.ac | |
parent | 450d9b88d4a285bb6063b905d570ab08f1380317 (diff) | |
download | gobject-introspection-d63fa8f926d209d3580e61e733d292cf6b1e316d.tar.gz |
Use the generated glibconfig.h for all scanner invokations. Rename it to
2008-08-22 Johan Dahlin <johan@gnome.org>
* configure.ac:
* gir/Makefile.am:
* giscanner/Makefile.am:
* giscanner/config.py.in:
* giscanner/sourcescanner.py:
Use the generated glibconfig.h for all scanner invokations.
Rename it to glibconfig-scanner.h and install it.
Add a config.py which so far contains the include dir.
svn path=/trunk/; revision=456
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0aa4573b..ccd0c31a 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,7 @@ Makefile gir/Makefile girepository/Makefile giscanner/Makefile +giscanner/config.py m4/Makefile tools/Makefile tests/Makefile |