summaryrefslogtreecommitdiff
path: root/extensions/Library_OOoSpotlightImporter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-04 21:29:11 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-04 21:29:11 +0100
commit0dd3e081fbea5b917d4635de9b5cf15db217063c (patch)
tree3c3a32645c4f435898ea021360cc01d1161681de /extensions/Library_OOoSpotlightImporter.mk
parent81151f6861eeb24c356f6fb544a78e4459070bf3 (diff)
gbuild: macosx.mk: add gb_Library_Bundle
...and use it to build OOoSpotlightImporter. This isn't particularly elegant, but then again, why the heck does dyld have different dynamic library types in the first place?
Diffstat (limited to 'extensions/Library_OOoSpotlightImporter.mk')
-rw-r--r--extensions/Library_OOoSpotlightImporter.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/Library_OOoSpotlightImporter.mk b/extensions/Library_OOoSpotlightImporter.mk
index f8a4c3c39707..336cf4d93624 100644
--- a/extensions/Library_OOoSpotlightImporter.mk
+++ b/extensions/Library_OOoSpotlightImporter.mk
@@ -28,7 +28,7 @@
# instead of those above.
#
-$(eval $(call gb_Library_Library,OOoSpotlightImporter))
+$(eval $(call gb_Library_Bundle,OOoSpotlightImporter))
$(eval $(call gb_Library_add_objcobjects,OOoSpotlightImporter,\
extensions/source/macosx/spotlight/GetMetadataForFile \
@@ -45,8 +45,6 @@ $(eval $(call gb_Library_add_ldflags,OOoSpotlightImporter,\
-framework Foundation \
-framework CoreServices \
))
-# -bundle \
-
$(eval $(call gb_Library_use_external,OOoSpotlightImporter,zlib))