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

Make it build on posix again

This commit is contained in:
skidder 2002-09-28 20:56:59 +00:00
parent c0f6bbdb2f
commit 13386e3861

View File

@ -71,7 +71,7 @@ DSQL_ClientFiles = array.epp blob.epp \
DSQL_ServerFiles= metd.epp \
alld.cpp ddl.cpp dsql.cpp \
errd.cpp gen.cpp hsh.cpp make.cpp \
movd.cpp parse.cpp pass1.cpp
movd.cpp parse.cpp pass1.cpp misc_func.cpp
DSQL_Files = $(DSQL_ClientFiles) $(DSQL_ServerFiles)