Commit 7f2ecaa5 authored by Markus Kauppila's avatar Markus Kauppila

Little fix to help text in configure.ac

parent 7ffad15a
...@@ -49,4 +49,4 @@ echo "" ...@@ -49,4 +49,4 @@ echo ""
echo "========================================" echo "========================================"
echo "" echo ""
echo "./configure ready!" echo "./configure ready!"
echo "you're ready to run: 'make'" echo "you're ready to run: 'make' && 'sudo make install'"
...@@ -19,5 +19,5 @@ libSDLtest_la_SOURCES = SDL_test.c \ ...@@ -19,5 +19,5 @@ libSDLtest_la_SOURCES = SDL_test.c \
libSDLtest_la_CLAGS = -fPIC -g libSDLtest_la_CLAGS = -fPIC -g
libSDLtest_la_LDFLAGS = `sdl-config --libs` libSDLtest_la_LDFLAGS = `sdl-config --libs`
libtest: libSDLtest.la libSDLtest: libSDLtest.la
echo "Test library compiled." echo "Test library compiled."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment