summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/Makefile b/engines/Makefile
index 88f8390d0e..4f1b458980 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -93,6 +93,7 @@ install:
( echo installing $$l; \
if [ "$(PLATFORM)" != "Cygwin" ]; then \
case "$(CFLAGS)" in \
+ *DSO_BEOS*) sfx="so";; \
*DSO_DLFCN*) sfx="so";; \
*DSO_DL*) sfx="sl";; \
*) sfx="bad";; \