FreeCalypso > hg > fc-selenite
diff components/audio @ 52:1eb391057168
Main and Audio source directories lowercased
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Jul 2018 22:49:10 +0000 |
parents | a9a7d531e673 |
children | 1155be085fc1 |
line wrap: on
line diff
--- a/components/audio Thu Jul 19 19:25:54 2018 +0000 +++ b/components/audio Thu Jul 19 22:49:10 2018 +0000 @@ -41,11 +41,11 @@ CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/tm_cust0" CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/dyn_dwl_include" CPPFLAGS="$CPPFLAGS -I$SRC/cs/layer1/include" -CPPFLAGS="$CPPFLAGS -I$SRC/cs/services/Audio" +CPPFLAGS="$CPPFLAGS -I$SRC/cs/services/audio" # Source modules -SRCDIR=$SRC/cs/services/Audio +SRCDIR=$SRC/cs/services/audio c_file $SRCDIR/audio_env.c c_file $SRCDIR/audio_api.c