rnd-20000807-2-src
[rocksndiamonds.git] / src / Makefile
index 17615f9017d8ba7bc57e3dd235d7b6fc74b647e1..0dad3f3d1736052ae23dc01a92c028db28fd65d3 100644 (file)
@@ -35,12 +35,14 @@ EXTRA_LIBS = -lnsl -lsocket -R$(XLIB_PATH)
 endif
 
 USE_SDL = true
-USE_SDL_OLD_LIBS = true
+# USE_SDL = false
+# USE_SDL_OLD_LIBS = true
+USE_SDL_OLD_LIBS = false
 
 ifeq ($(USE_SDL_OLD_LIBS),true)
-SDL_EXTRA_LIBS = -lIMG
+SDL_EXTRA_LIBS = -lIMG -lmixer
 else
-SDL_EXTRA_LIBS = -lSDL_image
+SDL_EXTRA_LIBS = -lSDL_image -lSDL_mixer
 endif
 
 SDL_CFLAGS := -DUSE_SDL_LIBRARY $(shell sdl-config --cflags)