summaryrefslogtreecommitdiffstats
path: root/rules/avahi.make
diff options
context:
space:
mode:
authorMarkus Rathgeb <rathgeb.markus@googlemail.com>2009-11-17 21:52:54 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-17 21:54:32 +0100
commit774a7631f1de433e3a7bc04b8c8103230c4b18b8 (patch)
tree1159c5a3903ca4e2ecb2954cf4d32e052f598860 /rules/avahi.make
parentd197b4aadce00c76b1c9a136b835c2100b86eb44 (diff)
downloadptxdist-774a7631f1de433e3a7bc04b8c8103230c4b18b8.tar.gz
ptxdist-774a7631f1de433e3a7bc04b8c8103230c4b18b8.tar.xz
[avahi] added Option for libavahi-client
Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> [mkl: split into smaller patches] 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 f42bfe562..0c4ed1615 100644
--- a/rules/avahi.make
+++ b/rules/avahi.make
@@ -163,6 +163,12 @@ ifdef PTXCONF_AVAHI_QT4
@$(call install_link, avahi, libavahi-qt4.so.1.0.2, /usr/lib/libavahi-qt4.so)
endif
+ifdef PTXCONF_AVAHI_LIBAVAHI_CLIENT
+ @$(call install_copy, avahi, 0, 0, 0644, -, /usr/lib/libavahi-client.so.3.2.5)
+ @$(call install_link, avahi, libavahi-client.so.3.2.5, /usr/lib/libavahi-client.so.3)
+ @$(call install_link, avahi, libavahi-client.so.3.2.5, /usr/lib/libavahi-client.so)
+endif
+
ifdef PTXCONF_AVAHI_DAEMON
# avahi daemon (avahi mDNS/DNS-SD Implementation)
# depends on expat