rnd-20131024-1-src
[rocksndiamonds.git] / src / Makefile
index 9820c4de195670fd162259a870b40b1b3e58470c..ba62729531060854df71a8cf061bcdc671ffe93d 100644 (file)
@@ -110,7 +110,7 @@ endif
 
 ifeq ($(TARGET),sdl-static)            # compiling for SDL target (static)
 SYS_CFLAGS  = -DTARGET_SDL $(shell sdl-config --cflags)
-SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg
+SDL_LIBS = -lSDL_image -lSDL_mixer -lSDL_net -lsmpeg -lmikmod
 SYS_LDFLAGS = $(SDL_LIBS) $(shell sdl-config --static-libs)
 endif