diff --git a/Makefile b/Makefile index d5bad28..3327183 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ dist: $(PACKAGE)-$(VERSION)/tools/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 63073ee..c916525 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.1 subdirs=data,doc,po,src,tools config=h,sh -dist=Makefile,config.h +dist=Makefile,config.h,config.sh