summaryrefslogtreecommitdiffstats
path: root/avahi-python/avahi/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-14 23:24:31 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-14 23:24:31 +0100
commit4c0b4cbf9c597f6df6a3220dec5438f4fe9e551b (patch)
tree5f08c9480acfe4ee49af81cf843f6dc6e86ce7eb /avahi-python/avahi/Makefile.am
parent5622f49f788abafea96420b553eb0138eb605c55 (diff)
build-sys: actually, we need to place the service type database in lib64, not unconditionally in lib/v0.6.31
gdbm creates word width dependent files, hence this needs to be included in the multi-arch logic.
Diffstat (limited to 'avahi-python/avahi/Makefile.am')
-rw-r--r--avahi-python/avahi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am
index 0813986..3eb67d0 100644
--- a/avahi-python/avahi/Makefile.am
+++ b/avahi-python/avahi/Makefile.am
@@ -17,7 +17,7 @@
EXTRA_DIST = __init__.py ServiceTypeDatabase.py.in
-pkglibdatadir=$(prefix)/lib/avahi
+pkglibdatadir=$(libdir)/avahi
if HAVE_PYTHON