Generate a pkg-config file

This commit is contained in:
Nick White 2014-09-19 22:01:23 +01:00
parent f1cf3ea475
commit 913e9a8a85
3 changed files with 23 additions and 1 deletions

11
jemalloc.pc.in Normal file
View file

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
URL: http://www.canonware.com/jemalloc
Version: @jemalloc_version@
Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc