automake
[Top][All Lists]
Advanced

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

How do I get configuration files installed?


From: Jim Lynch
Subject: How do I get configuration files installed?
Date: Fri, 27 Oct 2006 08:46:04 -0400
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

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

I'm able to add files to bin by putting
bin_SCRIPTS=bin/float.pl bin/work.pl
in my Makefile.AM
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?

Any suggestions?

Jim.




reply via email to

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