From 931c27b4344aa28ddce3f0408e8acc243f31f9c1 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Oct 2008 15:59:12 +0000 Subject: Add couchpw.c file for managing CouchDB password files. NEEDS LICENSE CLEARANCE. Source from: http://www.polytech.unice.fr/~buffa/cours/internet2000/TD/td2/tools/htpasswd.c Fixed for gcc -Wall. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707663 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/Makefile.am') diff --git a/bin/Makefile.am b/bin/Makefile.am index e03dfa0d..d282ac05 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -13,6 +13,9 @@ bin_SCRIPTS = couchdb couchjs noinst_SCRIPTS = couchjs_dev +bin_PROGRAMS = couchpw +couchpw_SOURCES = couchpw.c + if HELP2MAN dist_man1_MANS = couchdb.1 couchjs.1 endif -- cgit v1.2.3