summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-01-02 14:43:41 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-02 18:13:07 +0100
commit60a290926b23f81427b17bc525b30cd1fc9e6508 (patch)
tree7115805fe72298d57bfd5ee672d67f230157ffcb /Makefile.am
parent9dc6f288bfa00e2b16ab10a286d5dc41cedc8764 (diff)
downloadpatches-60a290926b23f81427b17bc525b30cd1fc9e6508.tar
patches-60a290926b23f81427b17bc525b30cd1fc9e6508.tar.gz
distro: Add Berkeley DB.
* distro/packages/bdb.scm: 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 9d0047312b..805ce446bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ MODULES = \
distro/packages/check.scm \
distro/packages/compression.scm \
distro/packages/cpio.scm \
+ distro/packages/bdb.scm \
distro/packages/ddrescue.scm \
distro/packages/ed.scm \
distro/packages/flex.scm \