summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-12 08:48:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-12 08:48:17 -0400
commitdcec8df20ea99c07953f2a0c43cabba2580b6d70 (patch)
tree9906476a08b4a67949699ba27f9d9eee435d9681 /Makefile.am
parenteb6e3ad5d1612a8ccb2b4ad5e1c1e62187d6f0e9 (diff)
ui: Add 'list' subcommand.
* shroud/ui.scm (%commands): Add "list". * shroud/ui/list.scm: New file. * Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 557b91c..ec7af0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,5 +43,6 @@ SOURCES = \
shroud/secret.scm \
shroud/ui.scm \
shroud/ui/hide.scm \
+ shroud/ui/list.scm \
shroud/ui/remove.scm \
shroud/ui/show.scm