X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a141cd54ca0f5bcd1f1c4ac5fcba97507bcfc3a6;hb=8b2b12e05fdcb14c19bf2fc31223838b417354cd;hp=af437a64d6d80a47ea903fd842a648fc59cbcd9a;hpb=6e160c146c51b6f587381c00df050570a60ed82f;p=jansson.git diff --git a/Makefile.am b/Makefile.am index af437a6..a141cd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = src +EXTRA_DIST = CHANGES LICENSE README.rst +SUBDIRS = doc src test + +check-local: html + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = jansson.pc