From 894c6cf80bcba72a2daeeac02ccf6c8ae23c5270 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 10 Dec 2014 15:25:00 +0000 Subject: [PATCH] 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 56576982ae..2b00391aac 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: