diff --git a/examples/module/basicapp/SConscript b/examples/module/basicapp/SConscript index b463a2f6c3..4b739c079e 100644 --- a/examples/module/basicapp/SConscript +++ b/examples/module/basicapp/SConscript @@ -11,7 +11,7 @@ group = {} group['name'] = 'examples' group['src'] = Glob('*.c') group['CCFLAGS'] = '' -group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/components/examples'] +group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/examples/module'] group['CPPDEFINES'] = '' target = 'basicapp.so'