aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorArun Isaac2021-11-05 23:36:32 +0530
committerArun Isaac2021-11-05 23:36:32 +0530
commit8ec8801a3f7187a0c6164374a20c9f39ffb19b5d (patch)
treee197d460441ad7583b0dfa9f26b80daf79d670b1 /build-aux
parenta638838a0871075dcd85908a0f12e5c046e377dd (diff)
downloadccwl-8ec8801a3f7187a0c6164374a20c9f39ffb19b5d.tar.gz
ccwl-8ec8801a3f7187a0c6164374a20c9f39ffb19b5d.tar.lz
ccwl-8ec8801a3f7187a0c6164374a20c9f39ffb19b5d.zip
build-aux: Extract dependencies from scheme-source-form.
* build-aux/find-dependencies.scm (find-dependencies): Extract dependencies from scheme-source-form.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/find-dependencies.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/find-dependencies.scm b/build-aux/find-dependencies.scm
index cc81d01..5110ad4 100644
--- a/build-aux/find-dependencies.scm
+++ b/build-aux/find-dependencies.scm
@@ -56,6 +56,8 @@ dependency is of the form (tag . file). tag may either be the symbol
args))
(('scheme-source file)
`((scm . ,file)))
+ (('scheme-source-form file _)
+ `((scm . ,file)))
(('source-ref file _ ...)
`((scm . ,file)))
((elements ...)