From 28949744677cb4b5de69c9d370ef849fd7935b1f Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 3 Jul 2003 05:49:48 +0000
Subject: [PATCH] Added $(LIBS) (Mozilla libs) to JSEXEC build rule.

---
 src/sbbs3/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index 25acc2f340..c010c953f3 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -471,7 +471,7 @@ FORCE$(JSEXEC): $(JSEXEC_OBJS)
 
 $(JSEXEC): $(JSEXEC_OBJS)
 	@echo Linking $@
-	@$(CC) -o $@ $^
+	@$(CC) -o $@ $(LIBS) $^
 	
 # ANS2MSG
 FORCE$(ANS2MSG): $(ANS2MSG).o
-- 
GitLab