Re: Small fix for opendkim.pc.in

From: Daniel Black <daniel.subs_at_internode.on.net>
Date: Wed, 24 Mar 2010 16:33:05 +1100

On Wednesday 24 March 2010 08:07:16 Stefan Schulze Frielinghaus wrote:
> By default Makefile.am points to /usr/include/opendkim to install the
> header file dkim.h but the package config file points only
> to /usr/include:
>
> Makefile.am:
> libopendkim_includedir = $(includedir)/opendkim
>
> opendkim.pc.in:
> includedir=_at_includedir@
>
> should be
>
> includedir=_at_includedir@/opendkim

you're quite right.

You'd want to be using #include <dkim.h> in code building against libpendkim
instead of #include <opendim/dkim.h>

Some users may need to change but its better in the long run.

Thanks for the patch Stefan.
Received on Wed Mar 24 2010 - 05:35:07 PST

This archive was generated by hypermail 2.2.0+W3C-0.50 : Wed Mar 24 2010 - 13:50:01 PST