summaryrefslogtreecommitdiff
path: root/bin/Makefile.am
diff options
context:
space:
mode:
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