summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-04-24 22:44:01 +0200
committerRene Engelhard <rene@debian.org>2018-04-24 22:45:20 +0200
commit16eaf9d68d19af26a60b0582dff347147524f551 (patch)
treef35fb227669c9a4362bb18f06a1853d895315d46 /odk
parent42cebff14f7d486c20f04863681cc5ef4602f4eb (diff)
include build-examples_common.mk with full path
Change-Id: Ia8a541b3d1e1f27c493ba371d970bfff3a893ae2
Diffstat (limited to 'odk')
-rw-r--r--odk/CustomTarget_build-examples.mk2
-rw-r--r--odk/CustomTarget_build-examples_java.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index b4b07ef6c5fb..69f7a2bd432f 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -31,6 +31,6 @@ my_example_dirs = \
# cpp/custompanel \
-include odk/build-examples_common.mk
+include $(SRCDIR)/odk/build-examples_common.mk
# vim: set noet sw=4 ts=4:
diff --git a/odk/CustomTarget_build-examples_java.mk b/odk/CustomTarget_build-examples_java.mk
index d172274846b8..626443d7f23c 100644
--- a/odk/CustomTarget_build-examples_java.mk
+++ b/odk/CustomTarget_build-examples_java.mk
@@ -60,6 +60,6 @@ my_example_dirs = \
# java/NotesAccess \
# java/Storage \
-include odk/build-examples_common.mk
+include $(SRCDIR)/odk/build-examples_common.mk
# vim: set noet sw=4 ts=4: