diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-12-04 17:40:58 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-12-04 17:40:58 +0000 |
commit | 81c86b19f6b432c5d6701bd025d5b2cf308fba4c (patch) | |
tree | 44f76300c96fddf3be01d97afb3025227350ee92 /Makefile.am | |
parent | 633e29c5a50fa1a1087df88d8d9859c79a83e486 (diff) | |
download | efl-81c86b19f6b432c5d6701bd025d5b2cf308fba4c.tar.gz |
merge: eio + fix compilation on windows + minor fixes + po files
don't move eio to IN-EFL right now
SVN revision: 80180
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b59b22074f..0cca9c24c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,10 @@ m4/eina_check.m4 \ m4/eina_config.m4 \ m4/evas_check_engine.m4 \ m4/evas_check_loader.m4 \ -m4/evas_dither.m4 +m4/evas_dither.m4 \ +m4/ecore_check_c_extension.m4 \ +m4/ecore_check_module.m4 \ +m4/eio_check_options.m4 EXTRA_DIST += \ autogen.sh \ @@ -93,7 +96,8 @@ pc/ecore-x.pc \ pc/ecore-imf.pc \ pc/ecore-imf-evas.pc \ pc/ecore-evas.pc \ -pc/embryo.pc +pc/embryo.pc \ +pc/eio.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @@ -120,7 +124,8 @@ pc/ecore-input-evas.pc \ pc/ecore-imf.pc \ pc/ecore-imf-evas.pc \ pc/ecore-evas.pc \ -pc/embryo.pc +pc/embryo.pc \ +pc/eio.pc if BUILD_ENGINE_SOFTWARE_X11 pkgconfig_DATA += pc/evas-software-x11.pc |