summaryrefslogtreecommitdiff
path: root/setup_native/Package_misc.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-30 16:42:30 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-31 10:42:22 +0100
commit862b9390b4fbfae37d01e06c954dd72eb9a008e1 (patch)
treeef05314b5d0d5b36a3a79245bcb7d2e08a5d0e0d /setup_native/Package_misc.mk
parentded43f722664799c8bcd035289f60d37020f3c5d (diff)
setup_native: find all static files in source/packinfo
... and move the OSX specific files there too so we don't need several include paths. Change-Id: I9368e12d4cf85da3795939b51540eaf7f5d0a7d3
Diffstat (limited to 'setup_native/Package_misc.mk')
-rw-r--r--setup_native/Package_misc.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup_native/Package_misc.mk b/setup_native/Package_misc.mk
index d154c887e69d..e03e5ca582d5 100644
--- a/setup_native/Package_misc.mk
+++ b/setup_native/Package_misc.mk
@@ -11,10 +11,6 @@ $(eval $(call gb_Package_Package,setup_native/misc,$(SRCDIR)/setup_native/source
$(eval $(call gb_Package_set_outdir,setup_native/misc,$(OUTDIR)))
-$(eval $(call gb_Package_add_file,setup_native/misc,bin/osl/DS_Store,mac/ooo/DS_Store))
-$(eval $(call gb_Package_add_file,setup_native/misc,bin/osl/DS_Store_Dev,mac/ooo/DS_Store_Dev))
-$(eval $(call gb_Package_add_file,setup_native/misc,bin/osl/DS_Store_Langpack,mac/ooo/DS_Store_Langpack))
-$(eval $(call gb_Package_add_file,setup_native/misc,bin/osl/osxdndinstall.png,mac/ooo/osxdndinstall.png))
$(eval $(call gb_Package_add_file,setup_native/misc,bin/desktophelper.txt,win32/desktophelper.txt))
# vim: set noet sw=4 ts=4: