I'm able to add files to bin by putting bin_SCRIPTS=bin/float.pl bin/work.plin my Makefile.AM
But when I put bin_SCRIPTS=bin/float.pl bin/work.pl bin/lib/cipher.txtin 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.