From b8f8f3869d3e16aa914133c3ba2c4a66a94068bc Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 23 Nov 2005 13:45:12 +0000 Subject: (svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 529477e82..c513f3091 100644 --- a/Makefile +++ b/Makefile @@ -358,7 +358,7 @@ CFLAGS += $(BASECFLAGS) # See if we want to enable GPMI ifdef GPMI -CFLAGS += -DGPMI +CFLAGS += -DGPMI `gpmi-config --include` GPMI_STATIC_PATH = `gpmi-config --static` LDFLAGS += -rdynamic `gpmi-config --libs` # Static link paths into the game -- cgit v1.2.3-54-g00ecf