diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-05 17:40:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-05 17:40:38 +0200 |
commit | 07d9978fb94b50345dfe0d52f48b1fe962417cfd (patch) | |
tree | 690deb20ec111a72ef1083966f177095a4962e8b /Makefile.am | |
parent | 6040adab4fa2e31f0df1503b9d2ef8c4ae0e1899 (diff) |
implementing #4449
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 |