> > bin_DATA = libnetcdf.def > > > > Or you can use nodist_bin_DATA, if it makes it more readable for you. > > (*_DATA are not distributed by default.) > > Neither works, because automake disallows it: > | Makefile.am:1: `bindir' is not a legitimate directory for `DATA'
That's easy - use something like: bindata_DATA= libnetcdf.def bindatadir= $bindir H
