Added the tools subdirectory
This commit is contained in:
parent
1e6f0ca087
commit
3664f69bb3
7
Makefile
7
Makefile
|
@ -1,6 +1,6 @@
|
||||||
PACKAGE = utils
|
PACKAGE = utils
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SUBDIRS = src
|
SUBDIRS = src tools
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
TAR = tar -czvf
|
TAR = tar -czvf
|
||||||
|
@ -70,6 +70,11 @@ dist:
|
||||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/src/common.c \
|
$(PACKAGE)-$(VERSION)/src/common.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
$(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)/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/COPYING \
|
$(PACKAGE)-$(VERSION)/COPYING \
|
||||||
$(PACKAGE)-$(VERSION)/project.conf
|
$(PACKAGE)-$(VERSION)/project.conf
|
||||||
|
|
|
@ -2,5 +2,5 @@ package=utils
|
||||||
version=0.0.1
|
version=0.0.1
|
||||||
dist=Makefile
|
dist=Makefile
|
||||||
|
|
||||||
subdirs=src
|
subdirs=src,tools
|
||||||
dist=Makefile,COPYING
|
dist=Makefile,COPYING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user