diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-14 17:44:20 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-14 17:44:20 +0200 |
commit | 58fbbbca5a1f6b94885ce47e46c28e1cd03583d7 (patch) | |
tree | a9c53614295d8a6733f356679c0b633c5ce48e7c /extlib.pc.in | |
parent | 1a4696492e3cd478080e438950a7664a68fefcd6 (diff) | |
download | extlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.gz extlib-58fbbbca5a1f6b94885ce47e46c28e1cd03583d7.tar.bz2 |
move to autotools
Diffstat (limited to 'extlib.pc.in')
-rw-r--r-- | extlib.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extlib.pc.in b/extlib.pc.in index 5b816f0..8a11d29 100644 --- a/extlib.pc.in +++ b/extlib.pc.in @@ -1,9 +1,10 @@ prefix=@prefix@ +exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: extlib Description: extension for stdlib -Version: 1.0.0 +Version: @VERSION@ Libs: -L${libdir} -lextlib Cflags: -I${includedir} |