1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 22:36:34 +01:00

Fix some build issues

This commit is contained in:
Jfreegman
2015-11-03 23:04:05 -05:00
parent 49f5efaab0
commit 6cc1525daa
5 changed files with 47 additions and 47 deletions

View File

@@ -1,10 +1,10 @@
# Variables for sound notifications support
SND_NOTIFY_LIBS = openal freealut
SND_NOTIFY_CFLAGS = -DSOUND_NOTIFY
ifneq (, $(findstring device.o, $(OBJ)))
ifneq (, $(findstring audio_device.o, $(OBJ)))
SND_NOTIFY_OBJ =
else
SND_NOTIFY_OBJ = device.o
SND_NOTIFY_OBJ = audio_device.o
endif
# Check if we can build sound notifications support