Oops. It's really nice. Thank you so much
2013/4/16 Daniel Juyung Seo <seojuyu...@gmail.com> > AWESOME!! This works perfectly. Now I can get rid of some CMAKE_PREFIX_PATH > definition from my build script! > Today is awesome day :) > > Daniel Juyung Seo (SeoZ) > > > On Tue, Apr 16, 2013 at 5:08 PM, Igor Murzov - Enlightenment Git < > no-re...@enlightenment.org> wrote: > > > garik pushed a commit to branch master. > > > > commit 380df67f84f5be3ca9f93846a1d9dd76a608a68b > > Author: Igor Murzov <e-m...@date.by> > > Date: Sat Apr 13 23:53:49 2013 +0400 > > > > Install CMake configs to the proper path > > --- > > Makefile.am | 49 ++++++++++++++++++++++++++++++++++--------------- > > 1 file changed, 34 insertions(+), 15 deletions(-) > > > > diff --git a/Makefile.am b/Makefile.am > > index 9b2072c..d8d1131 100644 > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -234,21 +234,40 @@ pkgconfig_DATA += pc/ecore-audio.pc > > endif > > > > # Cmake configs: > > -cmakeconfigdir = ${prefix}/share/cmake/Modules/ > > -cmakeconfig_DATA = cmakeconfig/EinaConfig.cmake \ > > - cmakeconfig/EinaConfigVersion.cmake \ > > - cmakeconfig/EoConfig.cmake \ > > - cmakeconfig/EoConfigVersion.cmake \ > > - cmakeconfig/EetConfig.cmake \ > > - cmakeconfig/EetConfigVersion.cmake \ > > - cmakeconfig/EvasConfig.cmake \ > > - cmakeconfig/EvasConfigVersion.cmake \ > > - cmakeconfig/EcoreConfig.cmake \ > > - cmakeconfig/EcoreConfigVersion.cmake \ > > - cmakeconfig/EdjeConfig.cmake \ > > - cmakeconfig/EdjeConfigVersion.cmake \ > > - cmakeconfig/EfreetConfig.cmake \ > > - cmakeconfig/EfreetConfigVersion.cmake > > +eina_cmakeconfigdir = $(libdir)/cmake/Eina/ > > +eina_cmakeconfig_DATA = \ > > +cmakeconfig/EinaConfig.cmake \ > > +cmakeconfig/EinaConfigVersion.cmake > > + > > +eo_cmakeconfigdir = $(libdir)/cmake/Eo/ > > +eo_cmakeconfig_DATA = \ > > +cmakeconfig/EoConfig.cmake \ > > +cmakeconfig/EoConfigVersion.cmake > > + > > +eet_cmakeconfigdir = $(libdir)/cmake/Eet/ > > +eet_cmakeconfig_DATA = \ > > +cmakeconfig/EetConfig.cmake \ > > +cmakeconfig/EetConfigVersion.cmake > > + > > +evas_cmakeconfigdir = $(libdir)/cmake/Evas/ > > +evas_cmakeconfig_DATA = \ > > +cmakeconfig/EvasConfig.cmake \ > > +cmakeconfig/EvasConfigVersion.cmake > > + > > +ecore_cmakeconfigdir = $(libdir)/cmake/Ecore/ > > +ecore_cmakeconfig_DATA = \ > > +cmakeconfig/EcoreConfig.cmake \ > > +cmakeconfig/EcoreConfigVersion.cmake > > + > > +edje_cmakeconfigdir = $(libdir)/cmake/Edje/ > > +edje_cmakeconfig_DATA = \ > > +cmakeconfig/EdjeConfig.cmake \ > > +cmakeconfig/EdjeConfigVersion.cmake > > + > > +efreet_cmakeconfigdir = $(libdir)/cmake/Efreet/ > > +efreet_cmakeconfig_DATA = \ > > +cmakeconfig/EfreetConfig.cmake \ > > +cmakeconfig/EfreetConfigVersion.cmake > > > > # D-Bus services: > > > > > > -- > > > > > > > ------------------------------------------------------------------------------ > > Precog is a next-generation analytics platform capable of advanced > > analytics on semi-structured data. The platform includes APIs for > building > > apps and a phenomenal toolset for data science. Developers can use > > our toolset for easy data analysis & visualization. Get a free account! > > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel