From ba07ce82996b1035df0758ab331509fb4346f11f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Nov 2008 03:32:29 -0600 Subject: [PATCH] Fixed makefile for l4d release. --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index cb945b0..0da3178 100644 --- a/core/Makefile +++ b/core/Makefile @@ -48,7 +48,7 @@ ifeq "$(ENGINE)" "left4dead" HL2LIB = $(HL2SDK_L4D)/lib/linux CFLAGS += -DSOURCE_ENGINE=4 INCLUDE += -I$(HL2SDK_L4D)/public/game/server - SRCDS = $(SRCDS_BASE)/l4d_demo + SRCDS = $(SRCDS_BASE)/l4d BINARY = metamod.2.l4d.so override ENGSET = true endif