diff options
author | dragonprevost <dragon@dkp.io> | 2018-11-13 15:49:06 -0800 |
---|---|---|
committer | dragonprevost <dragon@dkp.io> | 2018-11-13 15:49:06 -0800 |
commit | 3175a3d7a672169f41916bb1364150a1df5d2f5c (patch) | |
tree | 0d75fc4bbb098d48199927fed44cd6fc66a350c8 /motionMonitor/Component.cdef | |
parent | 583f64ae92ff64816e84c5160088b004540ed2b5 (diff) |
Configured Componenet.cdef for submoduled util
Diffstat (limited to 'motionMonitor/Component.cdef')
-rw-r--r-- | motionMonitor/Component.cdef | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef index 9627adf..2b48eb5 100644 --- a/motionMonitor/Component.cdef +++ b/motionMonitor/Component.cdef @@ -1,7 +1,7 @@ cflags: { -std=c99 - -I$BRNKL_ROOT/apps/util + -I$CURDIR/../brnkl-util } requires: @@ -23,5 +23,5 @@ provides: sources: { motionMonitor.c - $BRNKL_ROOT/apps/util/util.c + $CURDIR/../brnkl-util/util.c } |