summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-14 06:11:15 +0000
committerDavid Robillard <d@drobilla.net>2011-06-14 06:11:15 +0000
commite322cc699ccbae488d7530f67cf260ee7e4477d2 (patch)
tree045179ff4990c7210eac4b3703b47711dbbd41ad
parentf806e565106e80c7fdf9fa720e7fae437c4b37d6 (diff)
downloadsuil-e322cc699ccbae488d7530f67cf260ee7e4477d2.tar.gz
suil-e322cc699ccbae488d7530f67cf260ee7e4477d2.tar.bz2
suil-e322cc699ccbae488d7530f67cf260ee7e4477d2.zip
Use uppercase for pkg-config variables, matching environment variables.
Somehow, the lower case seems to work fine for myself and everyone else I've heard from except on Gentoo (surprise!). How this behaviour could vary by system is a deep mystery... git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3396 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--suil.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/suil.pc.in b/suil.pc.in
index 72b58d7..1bff552 100644
--- a/suil.pc.in
+++ b/suil.pc.in
@@ -1,7 +1,7 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
Name: Suil
Version: @SUIL_VERSION@