summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-10-24 15:59:12 +0000
committerJan Lehnardt <jan@apache.org>2008-10-24 15:59:12 +0000
commit931c27b4344aa28ddce3f0408e8acc243f31f9c1 (patch)
tree59d7b1b8ab22280bdf0f71e19e13676697e5048d /bin/Makefile.am
parentefe07f99d52d1c5979340e4f79a80abf19b1c710 (diff)
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
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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