summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-09 12:34:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-09 12:34:29 +0000
commit5794ea662e65aaa44103083cf10d1e6730ef7e53 (patch)
tree1956a0cf422dc98e9b735e25c97a2e4077fc3670 /configure.ac
parentb46ed432cdc494c3d73ecad80a6409e08a5e5a92 (diff)
downloadgobject-introspection-5794ea662e65aaa44103083cf10d1e6730ef7e53.tar.gz
Rename tests/parser to test/scanner
2008-08-09 Johan Dahlin <johan@gnome.org> * configure.ac: * tests/Makefile.am: * tests/parser/Foo-expected.gir: * tests/parser/Makefile.am: * tests/parser/foo-object.h: * tests/parser/foo.c: * tests/parser/utility-expected.gir: * tests/parser/utility.c: * tests/parser/utility.h: * tests/scanner/Makefile.am: Rename tests/parser to test/scanner svn path=/trunk/; revision=334
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 11 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 3d4b98ff..0aa4573b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,14 +97,15 @@ AC_MSG_CHECKING([whether Python support is requested])
AM_PATH_PYTHON([2.5])
AM_CHECK_PYTHON_HEADERS
-AC_CONFIG_FILES([Makefile
- gir/Makefile
- girepository/Makefile
- giscanner/Makefile
- m4/Makefile
- tools/Makefile
- tests/Makefile
- tests/invoke/Makefile
- tests/parser/Makefile
- gobject-introspection-1.0.pc])
+AC_CONFIG_FILES([
+Makefile
+gir/Makefile
+girepository/Makefile
+giscanner/Makefile
+m4/Makefile
+tools/Makefile
+tests/Makefile
+tests/invoke/Makefile
+tests/scanner/Makefile
+gobject-introspection-1.0.pc])
AC_OUTPUT