From 2ca6b9383da5bada660d835680c73b18224de10d Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 18 Aug 2009 13:44:39 +0000 Subject: fix make install, closes COUCHDB-471 again git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805410 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/priv/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3