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 like the plugins to be installed to say
/usr/lib/myprogram/plugins. How do I do that in Makefile.am ?

Thanks a lot
Henri


Reply via email to