add & install pkgconfig file
This commit is contained in:
parent
00eaeeb936
commit
3f9141616b
4 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue