diff options
author | Ran Benita <ran234@gmail.com> | 2012-07-23 00:41:27 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-07-23 00:45:34 +0300 |
commit | 5e164ff1f9b3539ddf1d3adea8225c1549d343db (patch) | |
tree | c65f91c1c5504ca6f07f033a471f862df792a401 /xkbcommon-uninstalled.pc.in | |
parent | 2fc0ad5001bc378a2728f24bdbc84e8e0f30f675 (diff) | |
download | libxkbcommon-5e164ff1f9b3539ddf1d3adea8225c1549d343db.tar.gz libxkbcommon-5e164ff1f9b3539ddf1d3adea8225c1549d343db.tar.bz2 libxkbcommon-5e164ff1f9b3539ddf1d3adea8225c1549d343db.zip |
build: drop the include/ directory
The include/ dir is somewhat redundant and makes it just a bit harder to
handle the -I directives from out side of automake; without it the
default $(top_buildir) just works.
Here's also some further justifications I found:
http://smcv.pseudorandom.co.uk/2008/09/pc-uninstalled/
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon-uninstalled.pc.in')
-rw-r--r-- | xkbcommon-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcommon-uninstalled.pc.in b/xkbcommon-uninstalled.pc.in index ca116d2..d4d6a2b 100644 --- a/xkbcommon-uninstalled.pc.in +++ b/xkbcommon-uninstalled.pc.in @@ -1,5 +1,5 @@ libdir=@abs_top_builddir@/.libs -includedir=@abs_top_srcdir@/include +includedir=@abs_top_srcdir@ Name: xkbcommon Description: XKB API common to servers and clients (uninstalled) |