summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-05-31 20:49:42 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-05-31 20:49:42 +0000
commit8fe4141014ccef2e0cb8a5ece88689f2ff45064d (patch)
tree9ff04cd8596883bb1b119cb33d8b05764a685754 /Makefile.am
parentc7bc4f4e6263db8a2914692dc75ff7b695a16dc3 (diff)
downloadgobject-introspection-8fe4141014ccef2e0cb8a5ece88689f2ff45064d.tar.gz
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 94207a5b..b761c60a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ DIST_SUBDIRS = m4 $(SUBDIRS)
man_MANS = docs/g-ir-scanner.1
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gobject-introspection.pc
+pkgconfig_DATA = gobject-introspection-1.0.pc
EXTRA_DIST = $(pkgconfig_DATA)
if GI_GCOV_ENABLED