diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f14372f52..4bbc20821 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = src doc ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = AUTHORS +EXTRA_DIST = \ + AUTHORS \ + contrib/coverage.sh app: mkdir -p $(PACKAGE)-$(VERSION)-app |