summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 =