summaryrefslogtreecommitdiff
path: root/motionMonitor
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-15 12:41:49 -0800
committerdragonprevost <dragon@dkp.io>2018-11-15 12:41:49 -0800
commitdbe3864176a739d45a89417b71b71ded99656c86 (patch)
treee6d1927576ad5e129cab94cd9c5690a3f11fca69 /motionMonitor
parent27dec638c20271b1b8aff084385d11e74bad39c8 (diff)
parent7ba91139470e24608d255ec0156444e26133d935 (diff)
fixed merge conflicts
Diffstat (limited to 'motionMonitor')
-rw-r--r--motionMonitor/Component.cdef4
1 files changed, 2 insertions, 2 deletions
diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef
index 9627adf..ea17866 100644
--- a/motionMonitor/Component.cdef
+++ b/motionMonitor/Component.cdef
@@ -1,7 +1,7 @@
cflags:
{
-std=c99
- -I$BRNKL_ROOT/apps/util
+ -I$CURDIR/../util
}
requires:
@@ -23,5 +23,5 @@ provides:
sources:
{
motionMonitor.c
- $BRNKL_ROOT/apps/util/util.c
+ $CURDIR/../util/util.c
}