From 333a5fd740c02d3bfa962fb8d5141788b93a4946 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 25 May 2015 21:12:15 -0400 Subject: Add show, hide, and remove subcommands. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3