Fix build for RSound.

This commit is contained in:
CautiousAlbino 2015-03-15 14:28:20 +01:00
parent 3929f66c83
commit cc12f42512

View File

@ -254,7 +254,7 @@ ifeq ($(HAVE_OSS_LIB), 1)
endif
ifeq ($(HAVE_RSOUND), 1)
OBJ += audio/rsound.o
OBJ += audio/drivers/rsound.o
DEFINES += $(RSOUND_CFLAGS)
LIBS += $(RSOUND_LIBS)
endif