summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ab7a3bc..af571b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -187,10 +187,12 @@ info_TEXINFOS = doc/cuirass.texi
doc_cuirass_TEXINFOS = doc/fdl-1.3.texi
# Install the examples.
-nobase_dist_pkgdata_DATA = \
- examples/gnu-system.scm \
- examples/guix-jobs.scm \
- examples/hello-singleton.scm \
+nobase_dist_pkgdata_DATA = \
+ examples/random.scm \
+ examples/random-jobs.scm \
+ examples/gnu-system.scm \
+ examples/guix-jobs.scm \
+ examples/hello-singleton.scm \
examples/hello-subset.scm
## -------------- ##