diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-01 10:37:19 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-01 10:37:19 +0200 |
commit | 6e16a41313dbc25d88def143cf1e0a964e36c7c0 (patch) | |
tree | 46da94414e5fa2e58ad15dda39152376afbad81e /src/univalue/pc/libunivalue.pc.in | |
parent | 0917306fdf39b12556b95fe91be2e7b44d34bb9f (diff) | |
parent | 2f9f082b5ef3c495c70598ef23383effef675f9a (diff) |
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
Diffstat (limited to 'src/univalue/pc/libunivalue.pc.in')
-rw-r--r-- | src/univalue/pc/libunivalue.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/univalue/pc/libunivalue.pc.in b/src/univalue/pc/libunivalue.pc.in new file mode 100644 index 0000000000..358a2d5f73 --- /dev/null +++ b/src/univalue/pc/libunivalue.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libunivalue +Description: libunivalue, C++ universal value object and JSON library +Version: @VERSION@ +Libs: -L${libdir} -lunivalue +Cflags: -I${includedir} |