blob: 9d7dde535afdfd3117ce70a929df978e50d29a6a (
plain)
1
2
3
4
5
6
7
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
|