aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-07-01 02:33:50 +1000
committerDavid Walter Seikel2013-07-01 02:33:50 +1000
commit76bc4e5480392d27daa1dc1887b4cfc3bdcf1005 (patch)
tree8d232ffb330dd62e5101a7519215c422d3e0f40c /LuaSL
parentShift some of the docn around. (diff)
downloadSledjHamr-76bc4e5480392d27daa1dc1887b4cfc3bdcf1005.zip
SledjHamr-76bc4e5480392d27daa1dc1887b4cfc3bdcf1005.tar.gz
SledjHamr-76bc4e5480392d27daa1dc1887b4cfc3bdcf1005.tar.bz2
SledjHamr-76bc4e5480392d27daa1dc1887b4cfc3bdcf1005.tar.xz
Add the new efl include directory.
Diffstat (limited to 'LuaSL')
-rwxr-xr-xLuaSL/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index f0ed7aa..c568a02 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -29,6 +29,7 @@ CFLAGS="$CFLAGS -I $E17DIR/include/embryo-1"
29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1" 29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1"
30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1" 30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1"
31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1" 31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1"
32CFLAGS="$CFLAGS -I $E17DIR/include/efl-1"
32CFLAGS="$CFLAGS -I $E17DIR/include/ecore-con-1" 33CFLAGS="$CFLAGS -I $E17DIR/include/ecore-con-1"
33CFLAGS="$CFLAGS -I $E17DIR/include/ecore-evas-1" 34CFLAGS="$CFLAGS -I $E17DIR/include/ecore-evas-1"
34CFLAGS="$CFLAGS -I $E17DIR/include/ecore-file-1" 35CFLAGS="$CFLAGS -I $E17DIR/include/ecore-file-1"