From f9eff703a72d479964ac6e86cb89f9f66c40a6bf Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 22 Aug 2014 17:51:51 +0000 Subject: [PATCH] Bugfix: Include documents in "make dist" output --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index c019893..5e34a79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,3 +38,7 @@ pkgconfig_DATA = \ libblkmaker_jansson-$(LIBBLKMAKER_API_VERSION).pc dist_noinst_SCRIPTS = autogen.sh +dist_noinst_DATA = \ + AUTHORS COPYING README \ + example.c \ + testinput.c