[grisbi-bugs] [patch] fix plugins loading
Guillaume Rousse
Guillaume.Rousse at inria.fr
Tue Apr 27 22:32:56 CEST 2010
Hello list.
Here is a patch ensuring plugins location path defined in grisbi binary
always match plugins installation directory, when for instance $(libdir)
!= $(prefix)/lib, such as x86_64 distributions.
BTW, automake defines $(libdir)/$(PACKAGE) as $(pkglibdir), so
plugindir = $(libdir)/@PACKAGE@
plugin_LTLIBRARIES = gnucash.la
could get simplified as:
pkglibdir_LTLIBRARIES = gnucash.la
--
BOFH excuse #425:
stop bit received
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: grisbi-0.6.0rc2-fix-plugins-location.patch
URL: <http://listes.grisbi.org/pipermail/bugsreports/attachments/20100427/0baec4d8/attachment.ksh>
More information about the bugsreports
mailing list