summaryrefslogtreecommitdiff
path: root/guile-lint.am
diff options
context:
space:
mode:
Diffstat (limited to 'guile-lint.am')
-rw-r--r--guile-lint.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/guile-lint.am b/guile-lint.am
new file mode 100644
index 0000000..9d7dde5
--- /dev/null
+++ b/guile-lint.am
@@ -0,0 +1,8 @@
+# Rules for Guile-Lint.
+# See http://www.geocities.com/user42_kevin/guile-lint/index.html .
+
+if HAVE_GUILE_LINT
+all-local: $(dist_guilemodule_DATA)
+ $(GUILE_LINT) -L $(top_srcdir)/src/guile \
+ -L $(top_builddir)/src/guile -k $^
+endif