summaryrefslogtreecommitdiffstats
path: root/chart2/Module_chart2.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-15 10:35:13 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-15 12:46:03 +0200
commitc849643c980c7bb4ed25d79310e6bf6a05ed0714 (patch)
treeabab26e7502acf947bb6e8c06d3aae4c828cd200 /chart2/Module_chart2.mk
parentcatch by const reference (diff)
downloadcore-c849643c980c7bb4ed25d79310e6bf6a05ed0714.tar.gz
core-c849643c980c7bb4ed25d79310e6bf6a05ed0714.zip
gbuildize chart2
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r--chart2/Module_chart2.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index d7abac1e0719..24a0b3af833a 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -27,6 +27,15 @@
$(eval $(call gb_Module_Module,chart2))
+$(eval $(call gb_Module_add_targets,chart2,\
+ AllLangResTarget_chartcontroller \
+ Library_chartcontroller \
+ Library_chartmodel \
+ Library_charttools \
+ Library_chartview \
+ Package_uiconfig \
+))
+
$(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
JunitTest_chart2_unoapi \
))