Skip to content

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794828 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Jul 16, 2009
1 parent 350811a commit 9faded7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ AC_CONFIG_FILES([etc/Makefile])
AC_CONFIG_FILES([share/Makefile])
AC_CONFIG_FILES([src/couchdb/couch.app.tpl])
AC_CONFIG_FILES([src/couchdb/Makefile])
AC_CONFIG_FILES([src/couchdb/priv/Makefile])
AC_CONFIG_FILES([src/ibrowse/Makefile])
AC_CONFIG_FILES([src/mochiweb/Makefile])
AC_CONFIG_FILES([test/Makefile])
Expand Down
1 change: 1 addition & 0 deletions license.skip
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aclocal.m4
apache-couchdb-*
AUTHORS
autom4te.cache/*
bin/couchdb.1
Expand Down
3 changes: 2 additions & 1 deletion share/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ nobase_dist_localdata_DATA = \
www/_sidebar.html \
www/index.html \
www/config.html \
www/custom_test.html \
www/custom_test.html \
www/database.html \
www/document.html \
www/replicator.html \
Expand Down Expand Up @@ -109,6 +109,7 @@ nobase_dist_localdata_DATA = \
www/script/test/utf8.js \
www/script/test/jsonp.js \
www/script/test/attachments.js \
www/script/test/attachment_names.js \
www/script/test/attachment_paths.js \
www/script/test/attachment_views.js \
www/script/test/design_paths.js \
Expand Down
4 changes: 3 additions & 1 deletion src/couchdb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 9faded7

Please sign in to comment.