diff --git a/Makefile b/Makefile index f5678a0..2812187 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ FTGLINCLUDE := $(shell pkg-config --cflags ftgl) FTGLLIBS := $(shell pkg-config --libs ftgl) SDLINCLUDE := $(shell sdl-config --cflags) -SDLLIBS := $(shell sdl-config --libs) -lSDL_image -lSDL_sound +SDLLIBS := -lSDL_image -lSDL_sound $(shell sdl-config --libs) ODEINCLUDE := $(shell ode-config --cflags) ODELIBS := $(shell ode-config --libs)