summaryrefslogtreecommitdiff
path: root/udm/Module_udm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'udm/Module_udm.mk')
-rw-r--r--udm/Module_udm.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/udm/Module_udm.mk b/udm/Module_udm.mk
index e346c8714289..fc85a2c483e7 100644
--- a/udm/Module_udm.mk
+++ b/udm/Module_udm.mk
@@ -8,9 +8,13 @@
#
$(eval $(call gb_Module_Module,udm))
+ifneq (,$(filter ODK,$(BUILD_TYPE)))
+
$(eval $(call gb_Module_add_targets,udm,\
Package_inc \
StaticLibrary_udm \
))
+endif
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: