q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=894c6cf80bcba72a2daeeac02ccf6c8ae23c5270
commit 894c6cf80bcba72a2daeeac02ccf6c8ae23c5270 Author: Daniel Kolesa <[email protected]> Date: Wed Dec 10 15:25:00 2014 +0000 elua: always install cmake stuff for elua, even when not being built --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5657698..2b00391 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,8 +164,7 @@ pc/eo-cxx.pc endif if HAVE_ELUA -pkgconfig_DATA += \ -pc/elua.pc +pkgconfig_DATA += pc/elua.pc endif if BUILD_ENGINE_SOFTWARE_X11 @@ -361,12 +360,10 @@ emotion_cmakeconfig_DATA = \ cmakeconfig/EmotionConfig.cmake \ cmakeconfig/EmotionConfigVersion.cmake -if HAVE_ELUA elua_cmakeconfigdir = $(libdir)/cmake/Elua elua_cmakeconfig_DATA = \ cmakeconfig/EluaConfig.cmake \ cmakeconfig/EluaConfigVersion.cmake -endif # D-Bus services: --
