fixed issue reported by serge on irc, util.c was excluded in dist target

This commit is contained in:
anselm@garbe.us 2010-08-06 09:52:12 +01:00
parent a4ba8e3b08
commit fdaf2adbc9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ clean:
dist: clean
@echo creating dist tarball
@mkdir -p sic-${VERSION}
@cp -R LICENSE Makefile README config.mk sic.1 ${SRC} sic-${VERSION}
@cp -R LICENSE Makefile README config.mk sic.1 sic.c util.c sic-${VERSION}
@tar -cf sic-${VERSION}.tar sic-${VERSION}
@gzip sic-${VERSION}.tar
@rm -rf sic-${VERSION}