From 36c6c211940fd9fe7ffe614409747c67e514d273 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 29 Jun 2011 04:54:30 +0200 Subject: [PATCH] Use RSOUND_CFLAGS, etc. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)