diff options
author | Siqi <me@siqi.fr> | 2013-07-26 13:30:26 +0200 |
---|---|---|
committer | Siqi <me@siqi.fr> | 2013-07-26 13:30:48 +0200 |
commit | 76aad98dcbe03ceb17fdf975eb4a1281f9814844 (patch) | |
tree | 0cf66cdf14f0a2b81e1eb3cdb322a70d37f042df /sd/Library_sd.mk | |
parent | db0b333ea6cb04241a78f55b39884eeb87ee6215 (diff) |
Revert "add threaded pool support for avahi backward compatibility"
This reverts commit af1ce3de97a6c1d583f82558ee18054b7917b03d.
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 848442355fbd..807926fa6994 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -553,14 +553,6 @@ ifeq ($(ENABLE_AVAHI),TRUE) $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/remotecontrol/AvahiNetworkService \ )) - -$(eval $(call gb_Library_add_cobjects,sd,\ - sd/source/ui/remotecontrol/avahi-common/thread-watch \ -)) - -$(eval $(call gb_Library_add_libs,sd,\ - -lpthread \ -)) endif $(eval $(call gb_Library_add_exception_objects,sd,\ |