diff options
author | Jan Lehnardt <jan@apache.org> | 2009-08-18 13:44:39 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-08-18 13:44:39 +0000 |
commit | 2ca6b9383da5bada660d835680c73b18224de10d (patch) | |
tree | b61a6abc4670c1a51ee171bd2866f29962f67104 | |
parent | 749e919c7a60106d86dcc344144ed1df620b37e1 (diff) |
fix make install, closes COUCHDB-471 again
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805410 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/couchdb/priv/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am index cfac5954..2767bb43 100644 --- a/src/couchdb/priv/Makefile.am +++ b/src/couchdb/priv/Makefile.am @@ -10,11 +10,13 @@ ## License for the specific language governing permissions and limitations under ## the License. +couchlibdir = $(localerlanglibdir)/couch-$(version) couchprivdir = $(couchlibdir)/priv EXTRA_DIST = couchspawnkillable.sh couchpriv_PROGRAMS = couchspawnkillable + if WINDOWS couchspawnkillable_SOURCES = couchspawnkillable_win.c endif |