diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2015-10-12 10:43:48 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2015-10-12 18:20:58 +0200 |
commit | a9e7645cb96135609016533793580d1a94158af7 (patch) | |
tree | 65e6cc8383c9edd90ae1c715ab68863bddca04d5 /shell/Module_shell.mk | |
parent | 4d4835cc55561b7ccdd628fa3a40d71fc9e9ff9e (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/Module_shell.mk')
-rw-r--r-- | shell/Module_shell.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk index 0c4875d2842b..aa4700f7b56e 100644 --- a/shell/Module_shell.mk +++ b/shell/Module_shell.mk @@ -114,6 +114,7 @@ $(eval $(call gb_Module_add_targets,shell,\ Package_scripts \ Package_scripts_gnome \ Package_scripts_kde \ + Package_scripts_tde \ )) endif |