diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/edje/data | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r-- | libraries/edje/data/Makefile.in | 2 | ||||
-rw-r--r-- | libraries/edje/data/include/Makefile.in | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/libraries/edje/data/Makefile.in b/libraries/edje/data/Makefile.in index 8555a6e..83c9e7c 100644 --- a/libraries/edje/data/Makefile.in +++ b/libraries/edje/data/Makefile.in | |||
@@ -217,8 +217,6 @@ PACKAGE_URL = @PACKAGE_URL@ | |||
217 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 217 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
218 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 218 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
219 | PKG_CONFIG = @PKG_CONFIG@ | 219 | PKG_CONFIG = @PKG_CONFIG@ |
220 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
221 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
222 | PYTHON = @PYTHON@ | 220 | PYTHON = @PYTHON@ |
223 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ | 221 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ |
224 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ | 222 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ |
diff --git a/libraries/edje/data/include/Makefile.in b/libraries/edje/data/include/Makefile.in index ce14f03..b639450 100644 --- a/libraries/edje/data/include/Makefile.in +++ b/libraries/edje/data/include/Makefile.in | |||
@@ -177,8 +177,6 @@ PACKAGE_URL = @PACKAGE_URL@ | |||
177 | PACKAGE_VERSION = @PACKAGE_VERSION@ | 177 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
178 | PATH_SEPARATOR = @PATH_SEPARATOR@ | 178 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
179 | PKG_CONFIG = @PKG_CONFIG@ | 179 | PKG_CONFIG = @PKG_CONFIG@ |
180 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
181 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
182 | PYTHON = @PYTHON@ | 180 | PYTHON = @PYTHON@ |
183 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ | 181 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ |
184 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ | 182 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ |