guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 325/437: misc: Create a pkg-config file


From: Andy Wingo
Subject: [Guile-commits] 325/437: misc: Create a pkg-config file
Date: Mon, 2 Jul 2018 05:14:47 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 3008f04b4c5481d3f57a972200b9e9dc71e9ff94
Author: Holger Hans Peter Freyther <address@hidden>
Date:   Sun Oct 26 22:21:44 2014 +0100

    misc: Create a pkg-config file
    
    Make it more easy to find GNU lightning. Create and install
    a pkg-config file.
---
 .gitignore      |  1 +
 configure.ac    |  1 +
 lightning.pc.in | 12 ++++++++++++
 3 files changed, 14 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5967e94..62ca42a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ m4/ltsugar.m4
 m4/ltversion.m4
 doc/mdate-sh
 doc/texinfo.tex
+lightning.pc
diff --git a/configure.ac b/configure.ac
index 78e427a..031279d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,6 +248,7 @@ AC_SUBST(cpu)
 AC_SUBST([LIGHTNING_CFLAGS])
 
 AC_OUTPUT([Makefile
+          lightning.pc
           doc/Makefile
           include/Makefile
           include/lightning/Makefile
diff --git a/lightning.pc.in b/lightning.pc.in
new file mode 100644
index 0000000..e13f7c0
--- /dev/null
+++ b/lightning.pc.in
@@ -0,0 +1,12 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: GNU Lightning
+Description: JIT library
+Version: @VERSION@
+Libs: -L${libdir} -llightning
+Cflags: -I${includedir}/
+
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]