guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 326/437: Actually install the pkgconfig file.


From: Andy Wingo
Subject: [Guile-commits] 326/437: Actually install the pkgconfig file.
Date: Mon, 2 Jul 2018 05:14:47 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit 59eb1a16e23fd2adc57497ee8b1836ee2703c657
Author: pcpa <address@hidden>
Date:   Sat Nov 1 19:05:28 2014 -0200

    Actually install the pkgconfig file.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 46b5ccc..0add41b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,9 @@ SUBDIRS =             \
        include         \
        lib
 
+pkgconfiglibdir = $(libdir)/pkgconfig
+pkgconfiglib_DATA = lightning.pc
+
 if get_jit_size
 JIT_SIZE_PATH = "$(top_builddir)/jit_$(cpu)-sz.c"
 AM_CPPFLAGS=-DGET_JIT_SIZE=1 -DJIT_SIZE_PATH='$(JIT_SIZE_PATH)'



reply via email to

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