summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-13 16:08:14 -0800
committerdragonprevost <dragon@dkp.io>2018-11-13 16:08:14 -0800
commiteb1ef7ea452002e441034416de9a23c93ee2f627 (patch)
tree198df473b241a3b38970c67f5d28e09cdb16e78f
parent98d4719824f3cc2ed99f855bbdada129784245bf (diff)
adjusted Component.cdef for new util folder
-rw-r--r--motionMonitor/Component.cdef4
1 files changed, 2 insertions, 2 deletions
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
}