diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index d198e01..99d2b4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,10 +113,10 @@ EXTRA_DIST = \ bin/evaluate.in \ bootstrap \ src/cuirass/config.scm.in \ - tests/gnu-system.scm \ - tests/guix-jobs.scm \ - tests/hello-singleton.scm \ - tests/hello-subset.scm \ + examples/gnu-system.scm \ + examples/guix-jobs.scm \ + examples/hello-singleton.scm \ + examples/hello-subset.scm \ $(TESTS) MOSTLYCLEANFILES = $(bin_SCRIPTS) src/cuirass/config.scm |