diff --git a/Makefile b/Makefile index b05547f..02e1d09 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ dist: $(PACKAGE)-$(VERSION)/src/account/Makefile \ $(PACKAGE)-$(VERSION)/src/account/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ + $(PACKAGE)-$(VERSION)/COPYING \ $(PACKAGE)-$(VERSION)/project.conf $(RM) $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index 28b9864..fef9eeb 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h subdirs=src -dist=Makefile +dist=Makefile,COPYING