Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Little fix to help text in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 6, 2011
1 parent 6c66d51 commit 6c118a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-automation/configure.ac
Expand Up @@ -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'"
2 changes: 1 addition & 1 deletion test/test-automation/src/libSDLtest/Makefile.am
Expand Up @@ -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."

0 comments on commit 6c118a5

Please sign in to comment.