summaryrefslogtreecommitdiff
path: root/lotuswordpro/Module_lotuswordpro.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-04-23 14:18:34 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-04-24 13:29:46 +0100
commitdb52fd7123b35d9c3e0ff5868a58195add2a455e (patch)
treeea9ef6220a7701c45a3a71a7230249cac70b7a45 /lotuswordpro/Module_lotuswordpro.mk
parent16385c4d1c24a05a7d364854b0a437006eb1e333 (diff)
Add license filtering to configure.
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
Diffstat (limited to 'lotuswordpro/Module_lotuswordpro.mk')
-rw-r--r--lotuswordpro/Module_lotuswordpro.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lotuswordpro/Module_lotuswordpro.mk b/lotuswordpro/Module_lotuswordpro.mk
index 5dfcc14f0cdb..538702e72bef 100644
--- a/lotuswordpro/Module_lotuswordpro.mk
+++ b/lotuswordpro/Module_lotuswordpro.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Module_Module,lotuswordpro))
+ifeq ($(ENABLE_LWP),TRUE)
+
$(eval $(call gb_Module_add_targets,lotuswordpro,\
Library_lwpft \
))
@@ -17,4 +19,6 @@ $(eval $(call gb_Module_add_check_targets,lotuswordpro,\
CppunitTest_lotuswordpro_test_lotuswordpro \
))
+endif
+
# vim: set noet sw=4 ts=4: