Repository: mesos Updated Branches: refs/heads/master 59e257f46 -> 08e3d9d88
Minor update to include package config file Minor update to include package config file Review: https://reviews.apache.org/r/25355 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/08e3d9d8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/08e3d9d8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/08e3d9d8 Branch: refs/heads/master Commit: 08e3d9d8866bc5038b085775830214ef957480fe Parents: 59e257f Author: Timothy St. Clair <[email protected]> Authored: Fri Sep 5 09:13:33 2014 -0500 Committer: Timothy St. Clair <[email protected]> Committed: Fri Sep 5 09:13:33 2014 -0500 ---------------------------------------------------------------------- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/08e3d9d8/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index e4ffa35..dcbe484 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,8 @@ EXTRA_DIST = PHONY_TARGETS = +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = mesos.pc # Since we generate several files in src/ with config.status, make # sure they're regenerated before we recurse into the src directory.
