diff options
author | Christoph Thompson <cjsthompson@gmail.com> | 2011-01-05 14:26:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-07 00:58:15 +0100 |
commit | da8e6ae8248d35cc7bcacdea0c1b874458c60ed4 (patch) | |
tree | 8c271ed03925aabec7d5c214f0475891498de2be /libcanberra.pc.in | |
parent | 814796cc2d7155315a987bf62c4e6932352a1c49 (diff) |
build-sys: allow headers to be installed in a subfolder.
On Wed, Jan 5, 2011 at 2:22 PM, Christoph Thompson <cjsthompson@gmail.com>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.
Diffstat (limited to 'libcanberra.pc.in')
-rw-r--r-- | libcanberra.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcanberra.pc.in b/libcanberra.pc.in index 55c3a76..0a5c7a1 100644 --- a/libcanberra.pc.in +++ b/libcanberra.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=@libdir@ -includedir=${prefix}/include +includedir=@includedir@ Name: libcanberra Description: Event Sound API |