Add debug.c to Makefile tarball generation target

This commit is contained in:
Marc André Tanner 2014-02-18 23:22:49 +01:00
parent 17ad51acae
commit c999a6322b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p abduco-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk \
${SRC} client.c server.c forkpty-aix.c abduco.1 abduco-${VERSION}
${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
@rm -rf abduco-${VERSION}