add common.h to dist target

This commit is contained in:
Julien Danjou 2007-09-26 11:28:16 +02:00
parent a22b4c1008
commit b5ec38f15a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dist: clean
@mkdir awesome-${VERSION}
@mkdir awesome-${VERSION}/layouts
@cp -R LICENSE AUTHORS Makefile README awesomerc config.mk \
awesome.1 ${SRC} ${SRC:.c=.h} awesome-${VERSION}
awesome.1 ${SRC} ${SRC:.c=.h} common.h awesome-${VERSION}
@cp -R ${LAYOUTS} ${LAYOUTS:.c=.h} awesome-${VERSION}/layouts
@tar -cf awesome-${VERSION}.tar awesome-${VERSION}
@gzip -9 awesome-${VERSION}.tar