diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-12-16 21:58:34 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-12-16 21:58:34 +0000 |
commit | 5018945adf233336e6777e3dd085e565ffc4cccb (patch) | |
tree | dfe0a598d4b6313fb5c75e1af69e513ad7606893 | |
parent | 27dedcf33c085a3cf88809b8e42a86b940a318fe (diff) |
add action.js to Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@727185 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index bf3b074b..96219050 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -12,6 +12,7 @@ nobase_dist_localdata_DATA = \ server/main.js \ + server/action.js \ www/browse/_compact_database.html \ www/browse/_create_database.html \ www/browse/_create_document.html \ |