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