diff options
author | David Thompson <davet@gnu.org> | 2015-05-25 21:12:15 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-25 21:12:15 -0400 |
commit | 333a5fd740c02d3bfa962fb8d5141788b93a4946 (patch) | |
tree | 74fd0f114aebb0b509fed27c2531a056d326c07f /Makefile.am | |
parent | 101a426a269c2f038068514f67cd0605f3f54698 (diff) |
Add show, hide, and remove subcommands.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 655a5ab..557b91c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,4 +41,7 @@ SOURCES = \ shroud/config.scm \ shroud/utils.scm \ shroud/secret.scm \ - shroud/ui.scm + shroud/ui.scm \ + shroud/ui/hide.scm \ + shroud/ui/remove.scm \ + shroud/ui/show.scm |