summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
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
commitb02e600077bace483392c3908129e6c7db9bf32c (patch)
tree898373848e0881e09695e8ffca2a2628179b9baf /lilv.pc.in
parent846ead58df677286e6d2c621ae89c501e8cf6ca8 (diff)
downloadlilv-b02e600077bace483392c3908129e6c7db9bf32c.tar.gz
lilv-b02e600077bace483392c3908129e6c7db9bf32c.tar.bz2
lilv-b02e600077bace483392c3908129e6c7db9bf32c.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/lilv@3396 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv.pc.in')
-rw-r--r--lilv.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/lilv.pc.in b/lilv.pc.in
index 48511f4..49380c8 100644
--- a/lilv.pc.in
+++ b/lilv.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: Lilv
Version: @LILV_VERSION@