|
@@ -32,8 +32,8 @@ EvCommTask:
|
|
|
|
|
|
EventLoggingTask:
|
|
|
rm -f Module_EventLogging;
|
|
|
- $(CC) -D $(Project) -includeConfig.h -O0 -g3 -Wall -c -fmessage-length=0 -o Module_EventLogging.o Module_EventLogging.c
|
|
|
- $(CC) -o Module_EventLogging Module_EventLogging.o
|
|
|
+ $(CC) -D $(Project) -include../../../Modularization/ocppfiles/sqlite3.h -includeConfig.h -O0 -g3 -Wall -c -fmessage-length=0 -o Module_EventLogging.o Module_EventLogging.c
|
|
|
+ $(CC) -o Module_EventLogging Module_EventLogging.o ${Lib_SQLite3}
|
|
|
cp -f Module_EventLogging ../Images/root
|
|
|
|
|
|
InternalCommTask:
|