From 4a71579b757d3a2eb6902c84391f429838ad4912 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 30 Jan 2020 12:33:44 -0300 Subject: git subrepo clone https://git.savannah.gnu.org/git/lightning.git deps/lightning subrepo: subdir: "deps/lightning" merged: "b0b8eb5" upstream: origin: "https://git.savannah.gnu.org/git/lightning.git" branch: "master" commit: "b0b8eb5" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a04d8c2" --- deps/lightning/lightning.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 deps/lightning/lightning.pc.in (limited to 'deps/lightning/lightning.pc.in') diff --git a/deps/lightning/lightning.pc.in b/deps/lightning/lightning.pc.in new file mode 100644 index 0000000..e13f7c0 --- /dev/null +++ b/deps/lightning/lightning.pc.in @@ -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}/ + + -- cgit v1.2.3