From 59eb1a16e23fd2adc57497ee8b1836ee2703c657 Mon Sep 17 00:00:00 2001 From: pcpa Date: Sat, 1 Nov 2014 19:05:28 -0200 Subject: [PATCH] Actually install the pkgconfig file. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 46b5ccc81..0add41b2a 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)'