Little fix to help text in configure.ac

This commit is contained in:
Markus Kauppila 2011-08-06 21:48:37 +03:00
parent 249256f286
commit 8b05e73c97
2 changed files with 2 additions and 2 deletions

View File

@ -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'"

View File

@ -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."