summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am
index 89a0c7f2..f495a2c7 100644
--- a/src/couchdb/Makefile.am
+++ b/src/couchdb/Makefile.am
@@ -51,7 +51,7 @@ endif
couchinclude_DATA = couch_db.hrl
couchebin_DATA = $(compiled_files)
-
+couchpriv_DATA = priv/couchspawnkillable
# dist_devdoc_DATA = $(doc_base) $(doc_modules)
@@ -112,7 +112,6 @@ source_files = \
EXTRA_DIST = $(source_files) couch_db.hrl couch_stats.hrl
compiled_files = \
- priv/couchspawnkillable \
couch.app \
couch_btree.beam \
couch_batch_save.beam \