From c999a6322b2ad7a70a9d1c2fd81a64ee6acb17fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 18 Feb 2014 23:22:49 +0100 Subject: [PATCH] Add debug.c to Makefile tarball generation target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.11.4.GIT