diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 5c625f2..d6305a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,17 +72,9 @@ godir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache bin_SCRIPTS = scripts/ccwl -SOURCES = \ - ccwl/ccwl.scm \ - ccwl/yaml.scm \ - ccwl/utils.scm - +SOURCES = ccwl/ccwl.scm ccwl/yaml.scm ccwl/utils.scm TEST_EXTENSIONS = .scm - -SCM_TESTS = \ - tests/ccwl.scm \ - tests/yaml.scm - +SCM_TESTS = tests/ccwl.scm tests/yaml.scm TESTS = $(SCM_TESTS) SCM_LOG_DRIVER = \ |