]> err.no Git - libchamplain/commit
Fix Bug 582448: Should provide uninstalled.pc files
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Tue, 19 May 2009 04:53:41 +0000 (00:53 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 20 May 2009 14:48:40 +0000 (10:48 -0400)
commit8d473f557d18dc7853e768ad13d4d40644145fa7
treebd9650ea0901fa0b7078c283a444f0852e2869c1
parentda6fe49c08831988992e626ac93ef83b80eeb335
Fix Bug 582448: Should provide uninstalled.pc files

This makes it easier to use an uninstalled copy of libchamplain to
compile other projects, by setting PKG_CONFIG_PATH when running their
autogen.sh or configure, like this:

PKG_CONFIG_PATH=$HOME/src/libchamplain-0.3/libchamplain ./autogen.sh

(The necessary directory to put on your PKG_CONFIG_PATH is the libchamplain
subdirectory of the source distribution or git checkout, not the
top-level directory.)
champlain-gtk-uninstalled.pc.in [new file with mode: 0644]
champlain-uninstalled.pc.in [new file with mode: 0644]
configure.ac