[vlc-devel] commit: Fix pkgincludedir in vlc-plugin.pc ( Rémi Denis-Courmont )
ßєŋ
sashipa.ben at gmail.com
Mon Feb 16 20:46:16 CET 2009
Shouldn't it be @PKGDIR@ instead of @PACKNAME@
On Mon, Feb 16, 2009 at 8:24 PM, git version control <git at videolan.org> wrote:
> vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Feb 16 21:23:39 2009 +0200| [6cc964b5770ed5840eb6b039cb2a033d0673bc55] | committer: Rémi Denis-Courmont
>
> Fix pkgincludedir in vlc-plugin.pc
>
> Pointed-out-by: Benjamin Gerard
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cc964b5770ed5840eb6b039cb2a033d0673bc55
> ---
>
> src/vlc-plugin.pc.in | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/vlc-plugin.pc.in b/src/vlc-plugin.pc.in
> index a359571..b20d489 100644
> --- a/src/vlc-plugin.pc.in
> +++ b/src/vlc-plugin.pc.in
> @@ -2,7 +2,7 @@ prefix=@prefix@
> exec_prefix=@exec_prefix@
> libdir=@libdir@
> includedir=@includedir@
> -pkgincludedir=@pkgincludedir@
> +pkgincludedir=@includedir@/@PACKAGE@
> PKGDIR=@PKGDIR@
> vlclibdir=@vlclibdir@
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
--
B.
More information about the vlc-devel
mailing list