From 81bfa9eecc3e3002f0c54d784db165c66bd962cb Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Thu, 26 Jul 2018 16:05:46 +0300 Subject: [PATCH] Fixed pkgconfig template file (version variable); --- libndbuf.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libndbuf.pc.in b/libndbuf.pc.in index d84ac80..ae589a2 100644 --- a/libndbuf.pc.in +++ b/libndbuf.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ Name: libndbuf Description: Network designed binary buffer pack/unpack library -Version: @LIBNDBUF_VERSION@ +Version: @VERSION@ Requires: Libs: -L${libdir} -lndbuf Cflags: -I${includedir}