From a18d13b60cb15b647e07b324723817972e893c54 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 7 Apr 2010 20:35:12 +0000 Subject: [PATCH] config.sh is also important --- Makefile | 1 + config.sh | 5 +++++ project.conf | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 config.sh diff --git a/Makefile b/Makefile index c5c6334..ce6034b 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ dist: $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/COPYING \ $(PACKAGE)-$(VERSION)/config.h \ + $(PACKAGE)-$(VERSION)/config.sh \ $(PACKAGE)-$(VERSION)/project.conf $(RM) $(PACKAGE)-$(VERSION) diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..4c23763 --- /dev/null +++ b/config.sh @@ -0,0 +1,5 @@ +PACKAGE="Editor" +VERSION="0.1.1" + +PREFIX="/usr/local" +LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index b86cdff..5e8fbb7 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.1.1 config=h,sh subdirs=data,po,src -dist=Makefile,COPYING,config.h +dist=Makefile,COPYING,config.h,config.sh