aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-08-28 22:20:20 +0200
committerMaxime Devos <maximedevos@telenet.be>2022-08-28 22:20:20 +0200
commitbdef145120cf4c3d2c36fe7ccc1f56b3127d33bd (patch)
tree053276460348feec93ca0c6370949906628c3ffe /Makefile.am
parent1b75c50a7baa1c13df02dc3bd9b49039923c3805 (diff)
downloadgnunet-scheme-bdef145120cf4c3d2c36fe7ccc1f56b3127d33bd.tar.gz
gnunet-scheme-bdef145120cf4c3d2c36fe7ccc1f56b3127d33bd.zip
Makefile.am: Register (gnu gnunet data-string).
This way, it is actually compiled. * Makefile.am (modules): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 34a4c0a..3a643ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,8 @@ modules = \
49 gnu/gnunet/concurrency/repeated-condition.scm \ 49 gnu/gnunet/concurrency/repeated-condition.scm \
50 gnu/gnunet/concurrency/lost-and-found.scm \ 50 gnu/gnunet/concurrency/lost-and-found.scm \
51 \ 51 \
52 gnu/gnunet/data-string.scm \
53 \
52 gnu/gnunet/mq/envelope.scm \ 54 gnu/gnunet/mq/envelope.scm \
53 gnu/gnunet/mq/error-reporting.scm \ 55 gnu/gnunet/mq/error-reporting.scm \
54 gnu/gnunet/mq/handler.scm \ 56 gnu/gnunet/mq/handler.scm \