diff --git a/Makefile b/Makefile index d5106fc..42629c0 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ dist: $(PACKAGE)-$(VERSION)/src/account/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/COPYING \ + $(PACKAGE)-$(VERSION)/config.h \ $(PACKAGE)-$(VERSION)/project.conf $(RM) $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index fef9eeb..faf620d 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h subdirs=src -dist=Makefile,COPYING +dist=Makefile,COPYING,config.h