--- a/test/test-automation/configure.ac Sat Aug 06 21:32:59 2011 +0300
+++ b/test/test-automation/configure.ac Sat Aug 06 21:48:37 2011 +0300
@@ -49,4 +49,4 @@
echo "========================================"
echo ""
echo "./configure ready!"
-echo "you're ready to run: 'make'"
+echo "you're ready to run: 'make' && 'sudo make install'"
--- a/test/test-automation/src/libSDLtest/Makefile.am Sat Aug 06 21:32:59 2011 +0300
+++ b/test/test-automation/src/libSDLtest/Makefile.am Sat Aug 06 21:48:37 2011 +0300
@@ -19,5 +19,5 @@
libSDLtest_la_CLAGS = -fPIC -g
libSDLtest_la_LDFLAGS = `sdl-config --libs`
-libtest: libSDLtest.la
+libSDLtest: libSDLtest.la
echo "Test library compiled."