1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 11:10:21 +02:00

misc: Create a pkg-config file

Make it more easy to find GNU lightning. Create and install
a pkg-config file.
This commit is contained in:
Holger Hans Peter Freyther 2014-10-26 22:21:44 +01:00 committed by pcpa
parent 073396bb70
commit 3008f04b4c
3 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ m4/ltsugar.m4
m4/ltversion.m4
doc/mdate-sh
doc/texinfo.tex
lightning.pc

View file

@ -248,6 +248,7 @@ AC_SUBST(cpu)
AC_SUBST([LIGHTNING_CFLAGS])
AC_OUTPUT([Makefile
lightning.pc
doc/Makefile
include/Makefile
include/lightning/Makefile

12
lightning.pc.in Normal file
View file

@ -0,0 +1,12 @@
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}/