From: Christopher Allan Webber Date: Fri, 15 Apr 2016 18:09:16 +0000 (-0500) Subject: build: Add COPYING-gplv3 to EXTRA_DIST X-Git-Tag: v0.1.0~5 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=9f9dd8c1529e0a25440dc34c13f51451a241fb28 build: Add COPYING-gplv3 to EXTRA_DIST * Makefile.am (EXTRA_DIST): add COPYING-GPLv3.txt --- diff --git a/Makefile.am b/Makefile.am index e1132ea..550b1a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,6 +69,7 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ tests/utils.scm \ demos/run-demo.sh \