mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
12 lines
204 B
PkgConfig
12 lines
204 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GNU Lightning
|
|
Description: JIT library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -llightning
|
|
Cflags: -I${includedir}/
|
|
|
|
|