Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-05-31 20:49:42 (GMT)
committer Johan Dahlin <johan@src.gnome.org>2008-05-31 20:49:42 (GMT)
commit8fe4141014ccef2e0cb8a5ece88689f2ff45064d (patch)
tree9ff04cd8596883bb1b119cb33d8b05764a685754 /configure.ac
parentc7bc4f4e6263db8a2914692dc75ff7b695a16dc3 (diff)
Rename pkg-config name to gobject-introspection-1.0, Do not installed
2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277
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 e691cf5..3d4b98f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,5 +106,5 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
tests/invoke/Makefile
tests/parser/Makefile
- gobject-introspection.pc])
+ gobject-introspection-1.0.pc])
AC_OUTPUT