Hi Brian/Ralf,
Ralf Wildenhues wrote:
If you're ultimately out to set the AC_INIT version argument, you may
want to read this thread (completely!)
http://thread.gmane.org/gmane.comp.sysutils.autoconf.general/6129 esp.
http://article.gmane.org/gmane.comp.sysutils.autoconf.general/6169
and then d
Hi Henri,
* Henri Herscher wrote on Tue, Jan 24, 2006 at 04:49:19PM CET:
>
> The plugins however are lib_LTLIBRARIES and get installed into /usr/lib.
>
> I would like the plugins to be installed to say
> /usr/lib/myprogram/plugins. How do I do that in Makefile.am ?
Use
plugindir = $(pkglibdir
Hi,
I have a project that builds a main daemon and a set of plugins (each
in a separate subdirectory) that will be dlopened at runtime. The
daemon is an sbin_PROGRAMS and gets installed into /usr/sbin, that's
fine.
The plugins however are lib_LTLIBRARIES and get installed into /usr/lib.
I would