summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-08-18 01:42:26 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-08-18 01:42:26 +0000
commit34c0e1867f1041e8cf786074b1ca90d30b157006 (patch)
tree9ac575f77bdfc77ede7eefe9422a50b8784c6c42 /src
parent39a629b0d63ca675bd24844c924203d30bd3ba9b (diff)
Minor issue with make install not installing couchspawnkillable.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805245 13f79535-47bb-0310-9956-ffa450edef68
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 \