diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index d282ac05..7b226e63 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -15,6 +15,7 @@ noinst_SCRIPTS = couchjs_dev bin_PROGRAMS = couchpw couchpw_SOURCES = couchpw.c +couchpw_LDADD = -lcrypt if HELP2MAN dist_man1_MANS = couchdb.1 couchjs.1 |