summaryrefslogtreecommitdiff
path: root/guile-lint.am
blob: 1f98791ecc7ad246d0ba626ffe22072cbe2abff7 (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_module_DATA)
	$(GUILE_LINT) -L $(top_srcdir)/src/guile		\
		      -L $(top_builddir)/src/guile -k $^
endif