Add testsuite.sh to source tarball

This commit is contained in:
Marc André Tanner 2014-07-05 09:38:25 +02:00
parent 7b95d5b65e
commit 433de0e9ca
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p abduco-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk \
@cp -R LICENSE Makefile README testsuite.sh config.def.h config.mk \
${SRC} debug.c client.c server.c forkpty-aix.c abduco.1 abduco-${VERSION}
@tar -cf abduco-${VERSION}.tar abduco-${VERSION}
@gzip abduco-${VERSION}.tar