diff options
-rw-r--r-- | src/couchdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 80f4b541..fce89f3c 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -37,7 +37,7 @@ couchinclude_DATA = couch_db.hrl couchebin_DATA = $(compiled_files) -nobase_couchpriv_SCRIPTS = priv/couchspawnkillable +couchpriv_SCRIPTS = priv/couchspawnkillable # dist_devdoc_DATA = $(doc_base) $(doc_modules) |