diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-05 15:45:19 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-05 15:45:19 +0800 |
commit | 4a3e50aeab5a388eb552d0003a64d891db7e95a4 (patch) | |
tree | 2b7ed95ec2a8e5d707f40325b7460754ab715329 | |
parent | Test: move test_coverage.sh to test/ (diff) | |
download | libbash-4a3e50aeab5a388eb552d0003a64d891db7e95a4.tar.gz libbash-4a3e50aeab5a388eb552d0003a64d891db7e95a4.tar.bz2 libbash-4a3e50aeab5a388eb552d0003a64d891db7e95a4.zip |
Build: add more information to libbash.pc.in
-rw-r--r-- | libbash.pc.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbash.pc.in b/libbash.pc.in index c312986..792e815 100644 --- a/libbash.pc.in +++ b/libbash.pc.in @@ -5,6 +5,9 @@ includedir=@includedir@ Name: libbash Description: A C++ library for bash +URL: http://www.gentoo.org/proj/en/libbash/index.xml Requires: Version: @PACKAGE_VERSION@ Cflags: -I${includedir}/libbash-@PACKAGE_VERSION@ +Libs: -L${libdir} -lbash +Libs.private: -L${libdir} -lantlr3c |