[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need to install (but not build or distribute) something to the bin d
From: |
Stepan Kasal |
Subject: |
Re: need to install (but not build or distribute) something to the bin directory... |
Date: |
Sat, 5 Aug 2006 17:16:10 +0200 |
User-agent: |
Mutt/1.4.2.1i |
Hello,
On Sat, Aug 05, 2006 at 01:57:35AM +0000, Harlan Stenn wrote:
> > Neither works, because automake disallows it:
> > | Makefile.am:1: `bindir' is not a legitimate directory for `DATA'
sorry, I have not tried it before posting.
> That's easy - use something like:
>
> bindata_DATA= libnetcdf.def
> bindatadir= $bindir
Yes, this workaround came to my mind immediately, too.
A typo crept in:
bindatadir = $(bindir)
Stepan