From: Christopher Allan Webber Date: Sun, 8 Jan 2017 00:56:08 +0000 (-0600) Subject: build: Add guix.scm to tarball. X-Git-Tag: v0.4.0~2 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=a44ffcb94a5321af80ab9a70ea10fa3ed0ecd597;ds=sidebyside build: Add guix.scm to tarball. Makefile.am (EXTRA_DIST): Add guix.scm. --- diff --git a/Makefile.am b/Makefile.am index e8461db..6dd06e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ COPYING-gplv3.txt \ pre-inst-env.in \ bootstrap.sh \ + guix.scm \ tests/utils.scm \ demos/run-demo.sh \ demos/ircbot.scm \