Skip to content
Snippets Groups Projects
Commit 9258f6ee authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Changed config.c to server-config.c.

parent 8eaee819
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 0.9 1991/08/30 03:35:59 ceder Exp $ # $Id: Makefile,v 0.10 1991/08/30 10:01:07 ceder Exp $
TOPDIR = /usr/lyskom/src TOPDIR = /usr/lyskom/src
SCRIPTDIR = $(TOPDIR)/scripts SCRIPTDIR = $(TOPDIR)/scripts
...@@ -36,13 +36,13 @@ ATOMS_SRCS = text.c membership.c person.c conference.c session.c admin.c ...@@ -36,13 +36,13 @@ ATOMS_SRCS = text.c membership.c person.c conference.c session.c admin.c
# These files are needed by all versions of the LysKOM server. # These files are needed by all versions of the LysKOM server.
GENOBJS = connections.o log.o $(ATOMS) \ GENOBJS = connections.o log.o $(ATOMS) \
kom-types.o \ kom-types.o \
send-async.o config.o text-garb.o \ send-async.o server-config.o text-garb.o \
missing-ansi.o isc-parse.o memory.o $(PROTA) $(MUX) \ missing-ansi.o isc-parse.o memory.o $(PROTA) $(MUX) \
internal-connections.o internal-connections.o
GEN_SRCS = connections.c log.c $(ATOMS_SRCS) \ GEN_SRCS = connections.c log.c $(ATOMS_SRCS) \
kom-types.c \ kom-types.c \
send-async.c config.c text-garb.c \ send-async.c server-config.c text-garb.c \
missing-ansi.c isc-parse.c memory.c $(PROTA_SRCS) $(MUX_SRCS) \ missing-ansi.c isc-parse.c memory.c $(PROTA_SRCS) $(MUX_SRCS) \
internal-connections.c internal-connections.c
...@@ -55,11 +55,11 @@ DISK_SRCS = ramkomd.c ram-smalloc.c simple-cache.c ram-parse.c ram-output.c \ ...@@ -55,11 +55,11 @@ DISK_SRCS = ramkomd.c ram-smalloc.c simple-cache.c ram-parse.c ram-output.c \
disk-end-of-atomic.c cache-node.c string-malloc.c disk-end-of-atomic.c cache-node.c string-malloc.c
DBCK = dbck.o dbck-cache.o ram-smalloc.o ram-parse.o config.o\ DBCK = dbck.o dbck-cache.o ram-smalloc.o ram-parse.o server-config.o\
kom-types.o\ kom-types.o\
missing-ansi.o ram-output.o memory.o missing-ansi.o ram-output.o memory.o
DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c config.c\ DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c server-config.c\
kom-types.c\ kom-types.c\
missing-ansi.c ram-output.c memory.c missing-ansi.c ram-output.c memory.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment