Use RSOUND_CFLAGS, etc.

This commit is contained in:
Themaister 2011-06-29 04:54:30 +02:00
parent 1631e940f6
commit 36c6c21194
1 changed files with 2 additions and 1 deletions

View File

@ -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)