Kaydet (Commit) 16eaf9d6 authored tarafından Rene Engelhard's avatar Rene Engelhard

include build-examples_common.mk with full path

Change-Id: Ia8a541b3d1e1f27c493ba371d970bfff3a893ae2
üst 42cebff1
...@@ -31,6 +31,6 @@ my_example_dirs = \ ...@@ -31,6 +31,6 @@ my_example_dirs = \
# cpp/custompanel \ # cpp/custompanel \
include odk/build-examples_common.mk include $(SRCDIR)/odk/build-examples_common.mk
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -60,6 +60,6 @@ my_example_dirs = \ ...@@ -60,6 +60,6 @@ my_example_dirs = \
# java/NotesAccess \ # java/NotesAccess \
# java/Storage \ # java/Storage \
include odk/build-examples_common.mk include $(SRCDIR)/odk/build-examples_common.mk
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment