diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-12-17 23:17:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-17 23:17:45 +0100 |
commit | 67d72f4c2d9163dcef8b6fc51368fdeed6af201b (patch) | |
tree | 44a464885af6906e9ed5b487cf2a93d9f5d3c33c /extensions/Zip_mdibundle.mk | |
parent | bee2690663cff923d1aa67b2b8e561ee6ca7457c (diff) |
extensions: tweak spotlight makefiles
Diffstat (limited to 'extensions/Zip_mdibundle.mk')
-rw-r--r-- | extensions/Zip_mdibundle.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/extensions/Zip_mdibundle.mk b/extensions/Zip_mdibundle.mk index 56e9b727c151..b6ebf08ee021 100644 --- a/extensions/Zip_mdibundle.mk +++ b/extensions/Zip_mdibundle.mk @@ -28,13 +28,11 @@ # instead of those above. # -MDISRC := $(SRCDIR)/extensions/source/macosx/spotlight/mdimporter - $(eval $(call gb_Zip_Zip,mdibundle,$(WORKDIR)/Zip/mdibundle)) -$(eval $(call gb_Zip_add_file,mdibundle,schema.xml,$(MDISRC)/schema.xml)) -$(eval $(call gb_Zip_add_file,mdibundle,Info.plist,$(MDISRC)/Info.plist)) -$(eval $(call gb_Zip_add_file,mdibundle,en.lproj/schema.strings,$(MDISRC)/en.lproj/schema.strings)) -$(eval $(call gb_Zip_add_file,mdibundle,OOoSpotlightImporter,$(OUTDIR)/bin/OOoSpotlightImporter)) +$(eval $(call gb_Zip_add_file,mdibundle,schema.xml,$(SRCDIR)/extensions/source/macosx/spotlight/mdimporter/schema.xml)) +$(eval $(call gb_Zip_add_file,mdibundle,Info.plist,$(SRCDIR)/extensions/source/macosx/spotlight/mdimporter/Info.plist)) +$(eval $(call gb_Zip_add_file,mdibundle,en.lproj/schema.strings,$(SRCDIR)/extensions/source/macosx/spotlight/mdimporter/en.lproj/schema.strings)) +$(eval $(call gb_Zip_add_file,mdibundle,MacOS/OOoSpotlightImporter,$(OUTDIR)/lib/libOOoSpotlightImporter.dylib)) # vim:set shiftwidth=4 softtabstop=4 expandtab: |