summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-01-29 22:15:51 +0100
committerLudovic Courtès <ludo@gnu.org>2018-01-29 22:42:12 +0100
commiteb9521d1b4ce7fd03651fd51688acadcae2d1a33 (patch)
treefecaf4efaa0c25ac339fcc81ea427f1480727704 /Makefile.am
parente0588239d2d5d5f702696f651817170e952a1387 (diff)
downloadcuirass-eb9521d1b4ce7fd03651fd51688acadcae2d1a33.tar
cuirass-eb9521d1b4ce7fd03651fd51688acadcae2d1a33.tar.gz
examples: Add 'random-jobs'.
* examples/random-jobs.scm, examples/random.scm: New files. * Makefile.am (nobase_dist_pkgdata_DATA): Add them.
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
## -------------- ##