Added Version definition to the pkg-config file

This commit is contained in:
Jonas Platte
2014-09-17 20:37:59 +02:00
parent 263a4706fa
commit 69c324ead5
2 changed files with 7 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ includedir=${prefix}/include
Name: jsoncpp
Description: A C++ library for interacting with JSON
Version: @JSONCPP_VERSION@
URL: https://github.com/open-source-parsers/jsoncpp
Libs: -L${libdir} -ljsoncpp
Cflags: -I${includedir}