diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-15 23:18:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-15 23:18:34 -0400 |
commit | a9e4d706c2e8d550e5b24549e16303e9b2507483 (patch) | |
tree | 57c776b3f49ce89e50489289e650c476316dc35b | |
parent | d695aa53cd87963ca3a46fba681943fd7fdbfe82 (diff) |
Distribute pre-inst-env.in and package.scm in release tarballs.
* Makefile.am (EXTRA_DIST): Add pre-inst-env.in and package.scm.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ec7af0a..b4c16a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,3 +46,7 @@ SOURCES = \ shroud/ui/list.scm \ shroud/ui/remove.scm \ shroud/ui/show.scm + +EXTRA_DIST += \ + pre-inst-env.in \ + package.scm |