diff --git a/Makefile b/Makefile index 73c9d1e..f07b3d5 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ dist: $(PACKAGE)-$(VERSION)/src/engines/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/config.h \ + $(PACKAGE)-$(VERSION)/config.sh \ $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index 71b0493..bceed5e 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h,sh subdirs=data,doc,include,src -dist=Makefile,config.h +dist=Makefile,config.h,config.sh