wingo pushed a commit to branch lightning
in repository guile.

commit 59eb1a16e23fd2adc57497ee8b1836ee2703c657
Author: pcpa <[email protected]>
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