summaryrefslogtreecommitdiff
path: root/configmgr/Module_configmgr.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-14 09:15:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-14 09:37:14 +0100
commitce1f52d69a2dfb0d34f41b7c9538775588db079c (patch)
tree3f71fbbf66d5780ebe1b0b0dbc101b61e680b5df /configmgr/Module_configmgr.mk
parentee29bb2a47311d86f794d10bbcfad27644baebb5 (diff)
Ported configmgr to gbuild.
Diffstat (limited to 'configmgr/Module_configmgr.mk')
-rw-r--r--configmgr/Module_configmgr.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/configmgr/Module_configmgr.mk b/configmgr/Module_configmgr.mk
index 0481c29c50ed..dabe99ae283f 100644
--- a/configmgr/Module_configmgr.mk
+++ b/configmgr/Module_configmgr.mk
@@ -28,6 +28,10 @@
$(eval $(call gb_Module_Module,configmgr))
+$(eval $(call gb_Module_add_targets,configmgr,\
+ Library_configmgr \
+))
+
$(eval $(call gb_Module_add_subsequentcheck_targets,configmgr,\
JunitTest_configmgr_unoapi \
))