chiark / gitweb /
more progress. recovery seems to be working now.
[distorted-keys] / Makefile.am
index d10e7deacb1de55dab04ed193b30e968d81d60b1..12168f62b8f986bfc2c1ff9dcf9a272c7cc701cb 100644 (file)
@@ -7,18 +7,20 @@
 
 ###----- Licensing notice ---------------------------------------------------
 ###
-### This program is free software; you can redistribute it and/or modify
+### This file is part of the distorted.org.uk key management suite.
+###
+### distorted-keys is free software; you can redistribute it and/or modify
 ### it under the terms of the GNU General Public License as published by
 ### the Free Software Foundation; either version 2 of the License, or
 ### (at your option) any later version.
 ###
-### This program is distributed in the hope that it will be useful,
+### distorted-keys is distributed in the hope that it will be useful,
 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ### GNU General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with this program; if not, write to the Free Software Foundation,
+### along with distorted-keys; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 bin_SCRIPTS             =
@@ -79,6 +81,8 @@ keyfunc.sh: keyfunc.sh.in Makefile
 dist_pkglib_SCRIPTS    += keeper-cards
 dist_pkglib_SCRIPTS    += new-keeper
 dist_pkglib_SCRIPTS    += new-recov
+dist_pkglib_SCRIPTS    += recover
 dist_pkglib_SCRIPTS    += reveal
+dist_pkglib_SCRIPTS    += stash
 
 ###----- That's all, folks --------------------------------------------------