summaryrefslogtreecommitdiffstats
path: root/avahi-glib.pc.in
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-01-20 21:53:25 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-01-20 21:53:25 +0000
commit7d59b3ba820c19488b0637b5dd9798deb68fb0dc (patch)
tree0a4977946b3cd8b4884885d6e6e4bb991ec44e39 /avahi-glib.pc.in
parent1463c6f70a4755ddbf447c00aacb78c66852424e (diff)
* adds pkgconfig fixes for x86_64 (because pkgconfig files should be written in $libdir, not $prefix/lib).
* This patch is from Oden Eriksson <oeriksson@mandriva.com> git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1091 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-glib.pc.in')
-rw-r--r--avahi-glib.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-glib.pc.in b/avahi-glib.pc.in
index eadbfa2..f163e89 100644
--- a/avahi-glib.pc.in
+++ b/avahi-glib.pc.in
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
includedir=${prefix}/include
Name: avahi-glib