about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 ...)