Jim Lynch <[EMAIL PROTECTED]> writes:

> I'm trying to figure out how to add a file to be installed in
> $prefix/bin/lib.

Are you sure you want that and not $libdir or even $datadir?

> But when I put
> bin_SCRIPTS=bin/float.pl bin/work.pl bin/lib/cipher.txt
> in there, it simply puts ciper.txt in bin also.  How can I tell it that I
> want that file to end up in bin/lib?

binlibdir = $(bindir)/lib
binlib_DATA = bin/lib/cipher.txt

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to