Added the tools subdirectory

This commit is contained in:
Pierre Pronchery 2009-10-12 23:39:41 +00:00
parent 1e6f0ca087
commit 3664f69bb3
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PACKAGE = utils
VERSION = 0.0.1
SUBDIRS = src
SUBDIRS = src tools
RM = rm -f
LN = ln -f
TAR = tar -czvf
@ -70,6 +70,11 @@ dist:
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/common.c \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/tools/utilbox.c \
$(PACKAGE)-$(VERSION)/tools/Makefile \
$(PACKAGE)-$(VERSION)/tools/utils.sh \
$(PACKAGE)-$(VERSION)/tools/utils.c \
$(PACKAGE)-$(VERSION)/tools/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \
$(PACKAGE)-$(VERSION)/project.conf

View File

@ -2,5 +2,5 @@ package=utils
version=0.0.1
dist=Makefile
subdirs=src
subdirs=src,tools
dist=Makefile,COPYING