diff --git a/Makefile.common b/Makefile.common index ba723c3bbd..e88b106b5d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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