Add native Windows thread support instead of using pthread
[framework/uifw/eet.git] / Makefile.am
index b4f9833..1d8eacb 100644 (file)
@@ -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
 
@@ -85,11 +93,11 @@ clean-local:
        @rm -rf coverage
 else
 lcov-reset:
-       @echo "reconfigure with --enable-gcov"
+       @echo "reconfigure with --enable-coverage"
 
 lcov-report:
-       @echo "reconfigure with --enable-gcov"
+       @echo "reconfigure with --enable-coverage"
 
 coverage:
-       @echo "reconfigure with --enable-tests --enable-gcov"
+       @echo "reconfigure with --enable-tests --enable-coverage"
 endif