summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
diff options
context:
space:
mode:
Diffstat (limited to 'odk/CustomTarget_build-examples.mk')
-rw-r--r--odk/CustomTarget_build-examples.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index 69f7a2bd432f..d97fa0abf727 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -9,6 +9,8 @@
testname=odk/build-examples
+$(eval $(call gb_CustomTarget_CustomTarget,$(testname)))
+
my_example_dirs = \
CLI/CSharp/Spreadsheet \
CLI/VB.NET/WriterDemo \
@@ -31,6 +33,8 @@ my_example_dirs = \
# cpp/custompanel \
+.PHONY: $(call gb_CustomTarget_get_target,$(testname))
+
include $(SRCDIR)/odk/build-examples_common.mk
# vim: set noet sw=4 ts=4: