create libraries with libtool, but don't install *.la files?

2010-02-24 Thread Andreas Jellinghaus
Hi, the combination autoconf/automake/libtool makes it quite easy to create shared libraries. but how can I install the file created as a single *.so file, but without any *.la file etc. the shared libraries we create implement a fixed plugin interface thus they don't need the normal versioning

Re: create libraries with libtool, but don't install *.la files?

2010-02-24 Thread Peter Johansson
Hi, Andreas Jellinghaus wrote: Hi, the combination autoconf/automake/libtool makes it quite easy to create shared libraries. but how can I install the file created as a single *.so file, but without any *.la file etc. the shared libraries we create implement a fixed plugin interface thus they