diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-12-10 15:25:00 +0000 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-12-10 15:25:00 +0000 |
commit | 894c6cf80bcba72a2daeeac02ccf6c8ae23c5270 (patch) | |
tree | ca6b1bb966df6149c19d5fcb32dfcfde061d0011 /Makefile.am | |
parent | 506d7de4a0f8b79015d196888357c06728f74099 (diff) | |
download | efl-894c6cf80bcba72a2daeeac02ccf6c8ae23c5270.tar.gz |
elua: always install cmake stuff for elua, even when not being built
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 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: |