diff options
-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 |