From 3175a3d7a672169f41916bb1364150a1df5d2f5c Mon Sep 17 00:00:00 2001 From: dragonprevost Date: Tue, 13 Nov 2018 15:49:06 -0800 Subject: Configured Componenet.cdef for submoduled util --- motionMonitor/Component.cdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'motionMonitor') 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 } -- cgit v1.2.3 From eb1ef7ea452002e441034416de9a23c93ee2f627 Mon Sep 17 00:00:00 2001 From: dragonprevost Date: Tue, 13 Nov 2018 16:08:14 -0800 Subject: adjusted Component.cdef for new util folder --- motionMonitor/Component.cdef | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'motionMonitor') diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef index 2b48eb5..ea17866 100644 --- a/motionMonitor/Component.cdef +++ b/motionMonitor/Component.cdef @@ -1,7 +1,7 @@ cflags: { -std=c99 - -I$CURDIR/../brnkl-util + -I$CURDIR/../util } requires: @@ -23,5 +23,5 @@ provides: sources: { motionMonitor.c - $CURDIR/../brnkl-util/util.c + $CURDIR/../util/util.c } -- cgit v1.2.3