Add pkg-config support
[jansson.git] / Makefile.am
index e64f397..2a69f16 100644 (file)
@@ -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 \