diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-10 16:12:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-10 16:12:45 +0200 |
commit | eafc70aee0a797fd6e0ee7bdb459dff041df4e5c (patch) | |
tree | 3704a7ffc923a6835b479053b23ea7638fbb8806 /Makefile.am | |
parent | 13ba003922eee0cf8641d498d7f3205c811c3561 (diff) |
Remove (debbugs cache).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f1319a1..0d68fe0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ SOURCES = \ mumi/web/view/html.scm \ mumi/web/view/utils.scm \ mumi/bugs.scm \ + mumi/cache.scm \ mumi/messages.scm \ mumi/jobs.scm \ mumi/send-email.scm \ |