From aeb5b481c95c6bd71e3025a7965861ab82a643b8 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Thu, 7 Jan 2010 19:28:00 +0200 Subject: Add pkg-config support Thanks to Sean Middleditch for contributing. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e64f397..2a69f16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ EXTRA_DIST = CHANGES LICENSE README.rst SUBDIRS = doc src test +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = jansson.pc + distcheck-hook: sphinx-build -b html -W \ $(distdir)/doc \ -- cgit v1.1