diff options
author | Andreas Enge <andreas@enge.fr> | 2013-03-03 14:10:57 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-03-03 14:12:57 +0100 |
commit | 49f24f41e33d8ee1c6d8e5a92d388c3aebc3b81a (patch) | |
tree | 89e846a0349bbcdc63d6fd2c3381abee5869dfa6 /Makefile.am | |
parent | d688a2f0fd2ab32f476917798e59e9ce9beef868 (diff) | |
download | guix-49f24f41e33d8ee1c6d8e5a92d388c3aebc3b81a.tar.gz |
gnu: Add vpnc.
* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9018479a47..b70349adc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,6 +158,7 @@ MODULES = \ gnu/packages/tmux.scm \ gnu/packages/tor.scm \ gnu/packages/vim.scm \ + gnu/packages/vpn.scm \ gnu/packages/wdiff.scm \ gnu/packages/wget.scm \ gnu/packages/which.scm \ @@ -215,7 +216,8 @@ dist_patch_DATA = \ gnu/packages/patches/shishi-gets-undeclared.patch \ gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ - gnu/packages/patches/teckit-cstdio.patch + gnu/packages/patches/teckit-cstdio.patch \ + gnu/packages/patches/vpnc-script.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux |