summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/make.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/make.config b/sound/make.config
new file mode 100644
index 0000000..6fe27f5
--- /dev/null
+++ b/sound/make.config
@@ -0,0 +1,7 @@
+ifneq ("$(HEADLESS)", "1")
+
+LIBS += -lopenal
+
+OBJS += sound/sound.o \
+
+endif