Assign all libraries via LIBS, not directly to LDFLAGS.

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@261 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2013-04-17 11:05:18 +00:00
parent dd0e115f45
commit 1790801acf
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ CFLAGS="$CFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
# TODO: Proper checks instead of hardcoding
LDFLAGS="$LDFLAGS -lGL -lGLU -lSDL_image -lSDL_mixer"
LIBS="$LIBS -lGL -lGLU -lSDL_image -lSDL_mixer"
AC_CONFIG_FILES([Makefile])
AC_OUTPUT