diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 23:16:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 23:16:58 +0100 |
commit | a268f085db226a5bb5723f857d570fd1a6253403 (patch) | |
tree | ca6e4fc8d9e0fa3fd63ccaec2b622d2c5f86a298 /Makefile.am | |
parent | d373e57ea3c1f8ef07a2908e4503b1ad56a3102c (diff) |
distro: Add (distro packages compression).
* distro/packages/base.scm (gzip, bzip2, xz): Move to...
* distro/packages/compression.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0c75712897..4a1f8d7170 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ MODULES = \ distro/packages/bash.scm \ distro/packages/bdw-gc.scm \ distro/packages/bootstrap.scm \ + distro/packages/compression.scm \ distro/packages/gawk.scm \ distro/packages/gperf.scm \ distro/packages/guile.scm \ |