diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-08-18 01:42:26 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-08-18 01:42:26 +0000 |
commit | 34c0e1867f1041e8cf786074b1ca90d30b157006 (patch) | |
tree | 9ac575f77bdfc77ede7eefe9422a50b8784c6c42 | |
parent | 39a629b0d63ca675bd24844c924203d30bd3ba9b (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
-rw-r--r-- | license.skip | 1 | ||||
-rw-r--r-- | src/couchdb/Makefile.am | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/license.skip b/license.skip index b0456cc6..15cfcc98 100644 --- a/license.skip +++ b/license.skip @@ -57,6 +57,7 @@ ^src/couchdb/*.o ^src/couchdb/priv/Makefile ^src/couchdb/priv/Makefile.in +^src/couchdb/priv/couchspawnkillable ^src/erlang-oauth/* ^src/ibrowse/* ^src/mochiweb/* 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 \ |