From 85c20cd8cfd58b533e653a7d9d32ad8823db3736 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 8 Aug 2005 05:05:25 +0000 Subject: [PATCH] Build fixes. --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index a77ff99..bbda647 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ macosx := false use_devil := false -use_fmod := false +use_fmod := true BINDIR := bin RUNDIR := run @@ -45,7 +45,7 @@ INCLUDES := \ ifeq ($(strip $(use_devil)),true) DEFINES += -DUSE_DEVIL=1 - INCLUDES += -I$(SRCDIR)/devil/include + INCLUDES += -I$(SRCDIR)/devil/include else DEFINES += -DZ_PREFIX=1 INCLUDES += -I$(ZLIBDIR) -I$(LIBPNGDIR) -I$(JPEGLIBDIR) @@ -74,7 +74,7 @@ else endif ifeq ($(strip $(use_fmod)),true) - ./libfmod.so + LDFLAGS += ./libfmod.so endif endif -- 2.39.5