summaryrefslogtreecommitdiffstats
path: root/rules/avahi.make
diff options
context:
space:
mode:
authorMarkus Rathgeb <rathgeb.markus@googlemail.com>2009-10-13 11:29:18 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-10-13 11:30:15 +0200
commit2aaf2a5ba46ca26b50daef8de488cbaadba847c7 (patch)
treecb85586541e76deeda19055ed7c0368125e87dfb /rules/avahi.make
parent8f46b965620e5dd5c85640e15bcf48ed5ad6fdf1 (diff)
downloadptxdist-2aaf2a5ba46ca26b50daef8de488cbaadba847c7.tar.gz
ptxdist-2aaf2a5ba46ca26b50daef8de488cbaadba847c7.tar.xz
[avahi] The built shared objects for avahi-qt4 are just built and not copied.
Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> [mkl: applied patch by hand] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/avahi.make')
-rw-r--r--rules/avahi.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/avahi.make b/rules/avahi.make
index b2528baeb..f42bfe562 100644
--- a/rules/avahi.make
+++ b/rules/avahi.make
@@ -157,6 +157,12 @@ $(STATEDIR)/avahi.targetinstall:
@$(call install_link, avahi, libavahi-common.so.3.5.1, /usr/lib/libavahi-common.so.3)
@$(call install_link, avahi, libavahi-common.so.3.5.1, /usr/lib/libavahi-common.so)
+ifdef PTXCONF_AVAHI_QT4
+ @$(call install_copy, avahi, 0, 0, 0644, -, /usr/lib/libavahi-qt4.so.1.0.2)
+ @$(call install_link, avahi, libavahi-qt4.so.1.0.2, /usr/lib/libavahi-qt4.so.1)
+ @$(call install_link, avahi, libavahi-qt4.so.1.0.2, /usr/lib/libavahi-qt4.so)
+endif
+
ifdef PTXCONF_AVAHI_DAEMON
# avahi daemon (avahi mDNS/DNS-SD Implementation)
# depends on expat