diff --git a/Makefile b/Makefile index 2d9c53294b..0cadf95c73 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ endif ifeq ($(HAVE_RSOUND), 1) OBJ += audio/rsound.o - LIBS += -lrsound + LIBS += $(RSOUND_LIBS) + DEFINES += $(RSOUND_CFLAGS) endif ifeq ($(HAVE_OSS), 1)