8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Add fb_string to POSIX build

This commit is contained in:
aafemt 2004-02-10 11:27:22 +00:00
parent 057a599619
commit 9e0ed5af92

View File

@ -197,7 +197,7 @@ FBUTIL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(FBUTIL_Source
# common/classes # common/classes
FBCLASSES_ClientFiles=alloc.cpp locks.cpp FBCLASSES_ClientFiles=alloc.cpp locks.cpp
FBCLASSES_ServerFiles= FBCLASSES_ServerFiles=fb_string.cpp
FBCLASSES_Files= $(FBCLASSES_ClientFiles) $(FBCLASSES_ServerFiles) FBCLASSES_Files= $(FBCLASSES_ClientFiles) $(FBCLASSES_ServerFiles)