diff options
author | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-16 20:19:01 +0000 |
commit | 9faded78be10f9bc2ab804dda69660e22ca921eb (patch) | |
tree | ad71c48f39277e312adb7a47fc02d26d958cf162 /src/couchdb | |
parent | 350811a34260baed48995c66baf1cb30021d2fbd (diff) |
added missing file
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb')
-rw-r--r-- | src/couchdb/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/couchdb/Makefile.am b/src/couchdb/Makefile.am index 3c3d29dd..4b4f4ab2 100644 --- a/src/couchdb/Makefile.am +++ b/src/couchdb/Makefile.am @@ -10,6 +10,8 @@ ## License for the specific language governing permissions and limitations under ## the License. +SUBDIRS = priv + ICU_LOCAL_FLAGS = $(ICU_LOCAL_CFLAGS) $(ICU_LOCAL_LDFLAGS) # devdocdir = $(localdocdir)/developer/couchdb @@ -35,7 +37,7 @@ couchinclude_DATA = couch_db.hrl couchebin_DATA = $(compiled_files) -couchpriv_SCRIPTS = priv/couchspawnkillable +nobase_couchpriv_SCRIPTS = priv/couchspawnkillable # dist_devdoc_DATA = $(doc_base) $(doc_modules) |