From 9e0ed5af92f16dac256412455b8a07d8c9831e12 Mon Sep 17 00:00:00 2001 From: aafemt Date: Tue, 10 Feb 2004 11:27:22 +0000 Subject: [PATCH] Add fb_string to POSIX build --- builds/posix/make.shared.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/posix/make.shared.variables b/builds/posix/make.shared.variables index 20ebdb73cb..29a67be558 100644 --- a/builds/posix/make.shared.variables +++ b/builds/posix/make.shared.variables @@ -197,7 +197,7 @@ FBUTIL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(FBUTIL_Source # common/classes FBCLASSES_ClientFiles=alloc.cpp locks.cpp -FBCLASSES_ServerFiles= +FBCLASSES_ServerFiles=fb_string.cpp FBCLASSES_Files= $(FBCLASSES_ClientFiles) $(FBCLASSES_ServerFiles)