From 0dfe8e5e9842e6f189790edae0b890ecbfdbcf5f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 20 Sep 2009 01:32:27 +0000 Subject: [PATCH] added ODE flags git-svn-id: svn://anubis/anaglym/trunk@23 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e9a186..008dbba 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,11 @@ endif SDLINCLUDE := `sdl-config --cflags` SDLLIBS := `sdl-config --libs` -CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE) -LDFLAGS := $(LUALIBS) $(SDLLIBS) -lGL -lGLU +ODEINCLUDE := `ode-config --cflags` +ODELIBS := `ode-config --libs` + +CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE) $(ODEINCLUDE) +LDFLAGS := $(LUALIBS) $(SDLLIBS) $(ODELIBS) -lGL -lGLU all: $(TARGET)