On Fri, 2007-01-19 at 11:38 -0500, Bob Rossi wrote: > Hi, > > I'm writing a Makefile.am file for a library. When I do make, the > foo-config is in the build directory. However, when I do 'make install' > it doesn't go into the bin directory. Any idea how to force it to? > Reading the documentation for libtool and automake didn't seem to help. Sorry, this clearly is an automake question => wrong list.
Normally "foo-config" are plain scripts or programs. Therefore, you normally will want to install them through automake primaries *_PROGRAMS or *_SCRIPTS. e.g. bin_SCRIPTS = foo-config Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool