diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-29 22:15:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-29 22:42:12 +0100 |
commit | eb9521d1b4ce7fd03651fd51688acadcae2d1a33 (patch) | |
tree | fecaf4efaa0c25ac339fcc81ea427f1480727704 /Makefile.am | |
parent | e0588239d2d5d5f702696f651817170e952a1387 (diff) | |
download | cuirass-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.am | 10 |
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 ## -------------- ## |