diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 23:08:44 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 23:08:44 +0100 |
| commit | d373e57ea3c1f8ef07a2908e4503b1ad56a3102c (patch) | |
| tree | 257e4acdee070db2de4643ec708f73ad010388c9 /Makefile.am | |
| parent | 1627f7f733c276019f20be381bc888704865e2ff (diff) | |
distro: Add GNU Pth.
* distro/packages/pth.scm: 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 489a2fcb8..0c7571289 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ MODULES = \ distro/packages/ncurses.scm \ distro/packages/perl.scm \ distro/packages/pkg-config.scm \ + distro/packages/pth.scm \ distro/packages/readline.scm \ distro/packages/recutils.scm |