From 7883710bf6e3fec43fa7f6deecba209798f3cff5 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 30 Apr 2006 07:28:39 +0000 Subject: [PATCH] Added pm_shared to include directories so this can compile on Linux again --- dlls/fakemeta/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/fakemeta/Makefile b/dlls/fakemeta/Makefile index 064ec5af..e4e1dc3a 100755 --- a/dlls/fakemeta/Makefile +++ b/dlls/fakemeta/Makefile @@ -20,7 +20,7 @@ OBJECTS = sdk/amxxmodule.cpp dllfunc.cpp engfunc.cpp fakemeta_amxx.cpp pdata.cpp LINK = INCLUDE = -I. -I$(HLSDK) -I$(HLSDK)/dlls -I$(HLSDK)/engine -I$(HLSDK)/game_shared -I$(HLSDK)/game_shared \ - -I$(MM_ROOT) -I$(HLSDK)/common + -I$(MM_ROOT) -I$(HLSDK)/common -I$(HLSDK)/pm_shared ifeq "$(DEBUG)" "true" BIN_DIR = Debug