automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I get configuration files installed?


From: Andreas Schwab
Subject: Re: How do I get configuration files installed?
Date: Fri, 27 Oct 2006 15:40:08 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Jim Lynch <address@hidden> 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, address@hidden
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

[Prev in Thread] Current Thread [Next in Thread]