1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 10:26:35 +01:00

update makefile checks

This commit is contained in:
Jfreegman
2014-09-22 21:51:55 -04:00
parent 133c0e8d63
commit 773a75b948
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Variables for sound notifications support
SND_NOTIFY_LIBS = openal freealut
SND_NOTIFY_CFLAGS = -D_SOUND_NOTIFY
SND_NOTIFY_CFLAGS = -DSOUND_NOTIFY
ifneq (, $(findstring device.o, $(OBJ)))
SND_NOTIFY_OBJ =
else