diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-03-09 21:12:57 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-03-09 21:12:57 +0100 |
commit | 9f4a41a4a240cbf722dc59ba45610fda246490ba (patch) | |
tree | 5fa7a4836a2593b6249a162735415eec1373e1ea /extras | |
parent | c1e8faf5372ded90917f945c23dbe447e0578ced (diff) |
[build] Fix make distcheck
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 522744efe..42f18ad83 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -1,3 +1,6 @@ +DIST_SUBDIRS = \ + metrics + EXTRA_DIST = $(wildcard $(srcdir)/scripts/*.boo) MAINTAINERCLEANFILES = \ |