diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-12-22 14:12:05 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-22 14:12:05 -0500 |
commit | 6f1b62d0b4f6da9aa9b4a9626b6e4f24c59ca4e8 (patch) | |
tree | dc68aa65abac4edc5bca670886018bda1a41ea9b | |
parent | f989c5aa6965b7c651d8ef45f66eb6dfd7481133 (diff) |
build: Distribute example files.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7fc9c8c..594cbf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,4 +76,6 @@ endif EXTRA_DIST += \ pre-inst-env.in \ README \ - guix.scm + guix.scm \ + examples/hello.scm \ + examples/hello.bmp |