Hi, In my package I build numerous libraries and programs and the installation method given by bin_PROGRAMS and lib_LTLIBRARIES works perfectly. However, I now have a program that can't be installed in $(bindir). It must be installed in $prefix/some/where/else. How can I do that?
Thanks
