automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ralf Wildenhues
Subject: Re: Installing daemon's plugin DSOs in a specific folder
Date: Tue, 24 Jan 2006 18:01:55 +0100
User-agent: Mutt/1.5.11

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)
  plugin_LTLIBRARIES = ...

or just use 
  pkglib_LTLIBRARIES = ...

right away.  Don't forget `-module' in the respective *_LDFLAGS.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]