diff --git a/Makefile b/Makefile index fd201cc..da64fc1 100644 --- a/Makefile +++ b/Makefile @@ -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}