Author: jan
Date: Tue Aug 18 13:44:39 2009
New Revision: 805410
URL: http://svn.apache.org/viewvc?rev=805410&view=rev
Log:
fix make install, closes COUCHDB-471 again
Modified:
couchdb/trunk/src/couchdb/priv/Makefile.am
Modified: couchdb/trunk/src/couchdb/priv/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/priv/Makefile.am?rev=805410&r1=805409&r2=805410&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/priv/Makefile.am (original)
+++ couchdb/trunk/src/couchdb/priv/Makefile.am Tue Aug 18 13:44:39 2009
@@ -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
|