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

Add cntl.cpp

This commit is contained in:
brodsom 2003-03-05 20:59:06 +00:00
parent 7660bae2d6
commit 4e76ba9525

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.inet_server,v 1.6 2003-03-05 17:56:50 brodsom Exp $
# $Id: Makefile.in.inet_server,v 1.7 2003-03-05 20:59:06 brodsom Exp $
#
ROOT=..
ObjModuleName=inet_server
@ -43,7 +43,7 @@ IPSERVER_Files = $(WIN_IPSERVER_Files)
IPSERVER_Sources = $(addprefix ipserver/, $(IPSERVER_Files))
IPSERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(IPSERVER_Sources))))
SERVER_Files = $(OS_ServerFiles) server.cpp
SERVER_Files = $(OS_ServerFiles) server.cpp cntl.cpp
SERVER_Sources = $(addprefix remote/, $(SERVER_Files))
SERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Sources))))