From da8e6ae8248d35cc7bcacdea0c1b874458c60ed4 Mon Sep 17 00:00:00 2001 From: Christoph Thompson Date: Wed, 5 Jan 2011 14:26:24 +0100 Subject: build-sys: allow headers to be installed in a subfolder. On Wed, Jan 5, 2011 at 2:22 PM, Christoph Thompson wrote: > Hi, > > Please find attached a small patch which allows for libcanberra's headers > to be installed in a subfolder. > > Have a nice day. > Ignore the previous patch, I messed up ^^ This is the right one. --- libcanberra-gtk3.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcanberra-gtk3.pc.in') diff --git a/libcanberra-gtk3.pc.in b/libcanberra-gtk3.pc.in index 331f2bf..352c626 100644 --- a/libcanberra-gtk3.pc.in +++ b/libcanberra-gtk3.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=@libdir@ -includedir=${prefix}/include +includedir=@includedir@ Name: libcanberra-gtk3 Description: Gtk3 Event Sound API -- cgit