diff --git a/test/test-automation/configure.ac b/test/test-automation/configure.ac index 7243e1519..abb92a2bd 100644 --- a/test/test-automation/configure.ac +++ b/test/test-automation/configure.ac @@ -49,4 +49,4 @@ echo "" echo "========================================" echo "" echo "./configure ready!" -echo "you're ready to run: 'make'" +echo "you're ready to run: 'make' && 'sudo make install'" diff --git a/test/test-automation/src/libSDLtest/Makefile.am b/test/test-automation/src/libSDLtest/Makefile.am index c4c671d47..7fb71f75a 100644 --- a/test/test-automation/src/libSDLtest/Makefile.am +++ b/test/test-automation/src/libSDLtest/Makefile.am @@ -19,5 +19,5 @@ libSDLtest_la_SOURCES = SDL_test.c \ libSDLtest_la_CLAGS = -fPIC -g libSDLtest_la_LDFLAGS = `sdl-config --libs` -libtest: libSDLtest.la +libSDLtest: libSDLtest.la echo "Test library compiled."