diff options
author | Siqi <me@siqi.fr> | 2013-07-25 15:45:19 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-07-25 17:28:01 +0200 |
commit | 6100d94078d37cb1413a0e45460cee480ba3e211 (patch) | |
tree | 10210f7394550966ab84a04d41bd8f0a6e46dac4 /sd/Library_sd.mk | |
parent | 24d46ea66485ff8b5bca49ec587b41547787bf42 (diff) |
avahi for linux refactored
Change-Id: I412d97bb8c57a66c1e395f9fe1b21fc0486173e7
Signed-off-by: Siqi LIU <me@siqi.fr>
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index e4234c2b78da..a6b759092909 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -537,6 +537,10 @@ $(eval $(call gb_Library_add_objcxxobjects,sd,\ sd/source/ui/remotecontrol/OSXNetworkService \ )) +$(eval $(call gb_Library_add_exception_objects,sd,\ + sd/source/ui/remotecontrol/OSXNetworkService \ +)) + else ifeq ($(OS),LINUX) |