From: Adam Dickmeiss Date: Tue, 16 Sep 2003 14:43:30 +0000 (+0000) Subject: Missing testall.sh from dist X-Git-Tag: ZEBRA.1.3.13~14 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=823e434d02737a874ea44e3c8cb31164c22d6d7f Missing testall.sh from dist --- diff --git a/test/zsh/Makefile.am b/test/zsh/Makefile.am index caaf60d..a9440d3 100644 --- a/test/zsh/Makefile.am +++ b/test/zsh/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2003-08-21 10:40:44 heikki Exp $ +# $Id: Makefile.am,v 1.3 2003-09-16 14:43:30 adam Exp $ #dist-hook: # -mkdir $(distdir)/records @@ -9,5 +9,5 @@ check_SCRIPTS = testall.sh TESTS = testall.sh -EXTRA_DIST = test1.zsh test2.zsh zebra.cfg +EXTRA_DIST = $(check_SCRIPTS) test1.zsh test2.zsh zebra.cfg