commit | a1fb5e6c3951eb8ad00795ba9471d968e53faad2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jan 30 11:41:19 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 01 23:08:11 2017 +0000 |
tree | a58a2e9a3c4fa3f000927a98e4ea9ffed718a46c | |
parent | 6312225706a0aaafc37c090f963dde3a923d3acb [diff] [blame] |
build: Generate package-config file Change-Id: Id3fc546c7fabe34bc31c4030d2e196f6d7f39090 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am index cf70efe..552dc69 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -31,5 +31,8 @@ libsdbusplus_la_LDFLAGS = $(SYSTEMD_LIBS) -version-info 1:0:0 -shared libsdbusplus_la_CXXFLAGS = $(SYSTEMD_CFLAGS) +pkgconfiglibdir = ${libdir}/pkgconfig +pkgconfiglib_DATA = sdbusplus.pc + endif SUBDIRS = test tools