diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-15 19:11:01 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-15 19:11:01 +0000 |
commit | 720a81d58c51ae171259bc9f4f2237400dfcb7cc (patch) | |
tree | ca6614d6c9df8648b999b642ef5b9a1cb8d17a7e /m4 | |
parent | c4e163fe4aa004adc56bea7709b49f807ff9b6c9 (diff) | |
download | efl-720a81d58c51ae171259bc9f4f2237400dfcb7cc.tar.gz efl-720a81d58c51ae171259bc9f4f2237400dfcb7cc.tar.xz efl-720a81d58c51ae171259bc9f4f2237400dfcb7cc.zip |
move ecore_imf_evas out of ecore_imf.
SVN revision: 82837
Diffstat (limited to 'm4')
-rw-r--r-- | m4/efl.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -30,9 +30,6 @@ case "m4_defn([DOWNOTHER])" in ethumb_client) depname="ethumb_client" ;; - ecore_imf_evas) - libdirname="ecore_imf" - ;; esac requirements_pc_[]m4_defn([DOWNEFL])="${depname} >= ${PACKAGE_VERSION} ${requirements_pc_[][]m4_defn([DOWNEFL])}" requirements_cflags_[]m4_defn([DOWNEFL])="-I\$(top_srcdir)/src/lib/${libdirname} -I\$(top_builddir)/src/lib/${libdirname} ${requirements_cflags_[][]m4_defn([DOWNEFL])}" @@ -200,9 +197,6 @@ case "m4_defn([DOWN])" in edbus) libname="edbus2" ;; - ecore_imf_evas) - libdirname="ecore_imf" - ;; esac m4_defn([UP])_LDFLAGS="${m4_defn([UP])_LDFLAGS} ${EFL_COV_CFLAGS} ${EFL_LDFLAGS}" |