summaryrefslogtreecommitdiff
path: root/shell/Package_scripts.mk
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2015-10-12 10:43:48 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2015-10-12 18:20:58 +0200
commita9e7645cb96135609016533793580d1a94158af7 (patch)
tree65e6cc8383c9edd90ae1c715ab68863bddca04d5 /shell/Package_scripts.mk
parent4d4835cc55561b7ccdd628fa3a40d71fc9e9ff9e (diff)
TDE: move stuff into the tde-integration package
Currently the package just contains the TDE shell backend library. This moves the URL handler tde-url-open and the vcl plugin into the integration package, like the KDE3 based kde-integration. The TDE address book driver is left in the core package. Change-Id: I2687b313d7f106bb344c65c50ae0a07b0140def0
Diffstat (limited to 'shell/Package_scripts.mk')
-rw-r--r--shell/Package_scripts.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Package_scripts.mk b/shell/Package_scripts.mk
index e4f5a6efc5ec..1b310ca42a57 100644
--- a/shell/Package_scripts.mk
+++ b/shell/Package_scripts.mk
@@ -11,8 +11,4 @@ $(eval $(call gb_Package_Package,shell_scripts,$(SRCDIR)/shell/source/unix/misc)
$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/open-url,open-url.sh))
-ifeq ($(ENABLE_TDE),TRUE)
-$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/tde-open-url,tde-open-url.sh))
-endif
-
# vim: set shiftwidth=4 tabstop=4 noexpandtab: