add & install pkgconfig file

This commit is contained in:
David Lamparter 2016-03-19 00:26:58 +01:00
parent 00eaeeb936
commit 3f9141616b
4 changed files with 19 additions and 0 deletions

View file

@ -11,6 +11,10 @@ include_HEADERS =
EXTRA_DIST += README.md
EXTRA_DIST += c-capnproto.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = c-capnproto.pc
AM_CPPFLAGS = -I${srcdir}/lib
lib_LTLIBRARIES += libcapnp_c.la