diff --git a/Makefile b/Makefile index 324f7d8..1c82113 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ dist: $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ + $(PACKAGE)-$(VERSION)/config.h \ $(PACKAGE)-$(VERSION)/project.conf $(RM) $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index 4eb7e5c..ed2a3c8 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h subdirs=src -dist=Makefile +dist=Makefile,config.h