summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2020-07-17 08:36:07 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2020-07-17 08:57:50 +0900
commit81db0eb7de821aadbfe5392a02a6b1b3468aafdd (patch)
treebeebac16a3e46af26033e703eba5965f85d074d8 /Makefile.am
parent661e5392c647812df711363cea7431a772dcbbed (diff)
toot: Split into modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 722d422..b879c58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,8 +41,14 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
bin_SCRIPTS =
-SOURCES = \
- toot.scm
+SOURCES = \
+ toot.scm \
+ toot/accounts.scm \
+ toot/attachments.scm \
+ toot/emojis.scm \
+ toot/notifications.scm \
+ toot/statuses.scm \
+ toot/utils.scm
TESTS =