diff options
| -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 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  }  | 
