summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-14 12:02:11 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-14 12:02:24 +0200
commite86e7e5c4bb6c4b6d28cf72671e69f42257fb924 (patch)
treec51a6f60c90d5a3c53391b08a66c3a2907223f65 /ios
parent7ed6097396c6407840fc8b8a40b03f03e7573821 (diff)
Add sdfilt
Change-Id: I992a563d3686e3c25ba7338fb7744ce9b5cf5859
Diffstat (limited to 'ios')
-rw-r--r--ios/Executable_Viewer.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Executable_Viewer.mk b/ios/Executable_Viewer.mk
index c3a29cbbb2d0..08302f57d3bd 100644
--- a/ios/Executable_Viewer.mk
+++ b/ios/Executable_Viewer.mk
@@ -37,6 +37,7 @@ $(eval $(call gb_Executable_add_objcxxobjects,Viewer,\
$(eval $(call gb_Executable_use_libraries,Viewer,\
msword \
scfilt \
+ sdfilt \
))
# vim: set ts=4 sw=4 et: