From 3664f69bb3dbcb7dac55df0d9044b85331052aa6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 12 Oct 2009 23:39:41 +0000 Subject: [PATCH] Added the tools subdirectory --- Makefile | 7 ++++++- project.conf | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5abce19..d5f1ea8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/project.conf b/project.conf index 9625ed1..15ebde6 100644 --- a/project.conf +++ b/project.conf @@ -2,5 +2,5 @@ package=utils version=0.0.1 dist=Makefile -subdirs=src +subdirs=src,tools dist=Makefile,COPYING