Re: lib installation

2001-09-11 Thread Fausto Sanchez
First of all, thank for the quick response and suggestion. But, what if I have several projects binaries and libraries and I only want to install the libraries. I was looking for something where in when referencing a libtool library, we would say something like this: lib_LTLIBRARIES = ${LIBDIR}/

Re: lib installation

2001-09-10 Thread Peter Eisentraut
Fausto Sanchez writes: > I'm trying to setup a process where when I run a make for any given library, it > should build the .a or .so and install it. Instead of doing a make install > after the > build has taken place. Is there a way to do this? alias make='make install' Incidentally, this has

lib installation

2001-09-10 Thread Fausto Sanchez
Hi, I'm trying to setup a process where when I run a make for any given library, it should build the .a or .so and install it. Instead of doing a make install after the build has taken place. Is there a way to do this? My dilema, is that developers are trying to populate a lib directory with a