On Sun, 2003-08-17 at 07:56, Stephen Torri wrote: > > So for example the libraries are installed now to /usr/local/lib. So I > would want to do /usr/local/lib/PACKAGE_NAME/MODULE_TYPE. I hope that is > clear enough since I am writing this email being very tired.
mylibdir = $(libdir)/PACKAGE_NAME/MODULE_TYPE mylib_LIBRARIES = libfoo.a Ralf
