diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-18 11:02:26 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-18 20:27:33 +0100 |
commit | 6a06172b659363690a894b928554ed111ce14fb0 (patch) | |
tree | 9d526952f89da943e93d147c1e42d8ebc9395ef4 /Makefile.am | |
parent | 3465eb03bdaa384b713d11b6eef0a2fd3d4b69bd (diff) | |
download | gnu-guix-6a06172b659363690a894b928554ed111ce14fb0.tar gnu-guix-6a06172b659363690a894b928554ed111ce14fb0.tar.gz |
gnu: Add libogg, libvorbis and vorbis-tools.
* gnu/packages/oggvorbis.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 86f9651719..5c581313df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ MODULES = \ gnu/packages/ncurses.scm \ gnu/packages/nettle.scm \ gnu/packages/openssl.scm \ + gnu/packages/oggvorbis.scm \ gnu/packages/perl.scm \ gnu/packages/pkg-config.scm \ gnu/packages/pth.scm \ |