From c95132b06200cce04aab71184dda34db7adf54ff Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 15 Jul 2010 06:34:32 +0000 Subject: Add native Windows thread support instead of using pthread (less overhead). On other OS, pthread is still used by default. Pass --enable-win32-threads to activate thread support on Windows. SVN revision: 50262 --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3cd8620..1d8eacb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,14 @@ autogen.sh \ eet.pc.in \ eet.spec.in \ eet.spec \ +m4/ac_attribute.m4 \ +m4/ac_path_generic.m4 \ +m4/efl_binary.m4 \ +m4/efl_coverage.m4 \ +m4/efl_doxygen.m4 \ +m4/efl_fnmatch.m4 \ +m4/efl_tests.m4 \ +m4/efl_threads.m4 \ README.in \ README -- cgit v1.2.1