From da18789dc20f4904de784bc06e88a1f718799605 Mon Sep 17 00:00:00 2001 From: Ge Wang Date: Fri, 1 Nov 2024 23:45:06 -0700 Subject: [PATCH] update makefile to account for new license files --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index cd1bfcf08..aaf986b24 100644 --- a/src/makefile +++ b/src/makefile @@ -232,7 +232,7 @@ endif ############################ DISTRIBUTION INFO ################################ # release notes -NOTES=AUTHORS DEVELOPERS INSTALL LICENSE QUICKSTART README.md THANKS VERSIONS +NOTES=AUTHORS DEVELOPERS INSTALL LICENSE.GPL LICENSE.MIT QUICKSTART README.md THANKS VERSIONS # where to put the newly constructed distribution DIST_DIR=chuck-$(CK_VERSION) # root directory where the above is found