Re: Installing daemon's plugin DSOs in a specific folder

2006-01-24 Thread Ralf Wildenhues
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

Installing daemon's plugin DSOs in a specific folder

2006-01-24 Thread Henri Herscher
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