diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-14 20:09:41 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-14 20:09:41 -0500 |
commit | 07b3d083b49b4cbb248b5ba0aeba2bbdd3cc487d (patch) | |
tree | 5f80a6862e44b938c4e7f62f457d1b48f5a0195b /desktop | |
parent | 007f16ef7ad40ae932df884ba04f0de71928b852 (diff) |
TDE integration
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Pagein_common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk index 258ba1992c2b..65a2e9427f95 100644 --- a/desktop/Pagein_common.mk +++ b/desktop/Pagein_common.mk @@ -47,6 +47,7 @@ $(eval $(call gb_Pagein_add_objects,common,\ configmgr \ vclplug_gen \ $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \ + $(if $(findstring TRUE,$(ENABLE_TDE)),vclplug_tde) \ $(if $(findstring TRUE,$(ENABLE_KDE)),vclplug_kde) \ basegfx \ sot \ |