summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-04 23:16:58 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-04 23:16:58 +0100
commita268f085db226a5bb5723f857d570fd1a6253403 (patch)
treeca6e4fc8d9e0fa3fd63ccaec2b622d2c5f86a298 /Makefile.am
parentd373e57ea3c1f8ef07a2908e4503b1ad56a3102c (diff)
downloadpatches-a268f085db226a5bb5723f857d570fd1a6253403.tar
patches-a268f085db226a5bb5723f857d570fd1a6253403.tar.gz
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.am1
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 \