drop -uninstalled.pc files
authorRyan Lortie <desrt@desrt.ca>
Sun, 16 Oct 2011 23:14:18 +0000 (19:14 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sun, 16 Oct 2011 23:14:18 +0000 (19:14 -0400)
commit306aa62ea5fa4d3a57bca419afcc159f9509b476
treee884be087226d58baafc4b2650b7c7ceb7eb1698
parentc5aa8390b27c6cb535251187f8d4f86da59730e9
drop -uninstalled.pc files

These were meant to provide the ability to use GLib directly out of its
build tree but have a couple of rather serious limitations that prevent
their serious use:

 - these files only worked with programs built using libtool

 - for non-trivial uses, other environment variables will need to be
   setup to allow GLib to function properly

 - the system doesn't stack well when attempting to use multiple
   libraries all uninstalled

The jhbuild --prefix= style system works much better in every way, so we
remove this old hack.
Makefile.am
README.in
configure.ac
gio-2.0-uninstalled.pc.in [deleted file]
gio-unix-2.0-uninstalled.pc.in [deleted file]
glib-2.0-uninstalled.pc.in [deleted file]
gmodule-2.0-uninstalled.pc.in [deleted file]
gmodule-no-export-2.0-uninstalled.pc.in [deleted file]
gobject-2.0-uninstalled.pc.in [deleted file]
gthread-2.0-uninstalled.pc.in [deleted file]