From c4473acc4e3a1d2ace89099a8592be7d3e66d4e8 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 28 Oct 2010 12:41:13 -0700 Subject: [PATCH] Fixed sample ext makefiles for L4D Linux builds (bug 4681, r+a13=fyren). --- public/mms_sample_ext/Makefile | 3 ++- public/sample_ext/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/mms_sample_ext/Makefile b/public/mms_sample_ext/Makefile index 88bb4fd4..beaa8937 100644 --- a/public/mms_sample_ext/Makefile +++ b/public/mms_sample_ext/Makefile @@ -71,7 +71,8 @@ ifeq "$(ENGINE)" "left4dead" METAMOD = $(MMSOURCE18)/core INCLUDE += -I$(HL2SDK)/public/game/server SRCDS = $(SRCDS_BASE)/l4d - LIB_SUFFIX = _i486.so + LIB_PREFIX = lib + LIB_SUFFIX = .so override ENGSET = true endif ifeq "$(ENGINE)" "left4dead2" diff --git a/public/sample_ext/Makefile b/public/sample_ext/Makefile index 22ca2ae7..05d0b62f 100644 --- a/public/sample_ext/Makefile +++ b/public/sample_ext/Makefile @@ -74,7 +74,8 @@ ifeq "$(ENGINE)" "left4dead" METAMOD = $(MMSOURCE18)/core INCLUDE += -I$(HL2SDK)/public/game/server SRCDS = $(SRCDS_BASE)/l4d - LIB_SUFFIX = _i486.so + LIB_PREFIX = lib + LIB_SUFFIX = .so override ENGSET = true endif ifeq "$(ENGINE)" "left4dead2"