From df262dd50fc6ed5c2717763d86f65f1856f619cb Mon Sep 17 00:00:00 2001 From: kostas Date: Wed, 26 Sep 1990 10:00:09 +0000 Subject: [PATCH] changed the newmoira targets to include tables_sql.{c,o} --- db/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/db/Makefile b/db/Makefile index 571c596a..2a3c1670 100644 --- a/db/Makefile +++ b/db/Makefile @@ -6,8 +6,10 @@ INGLIB=/usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib -SRCS=newmoira.c tables.c imembers.c class.c tables_sql.c -OBJS=newmoira.o tables.o tables_sql.o ../server/queries2.o +# SRCS=newmoira.c tables.c imembers.c class.c tables_sql.c +# OBJS=newmoira.o tables.o tables_sql.o ../server/queries2.o +SRCS=newmoira.c tables_sql.c imembers.c class.c +OBJS=newmoira.o tables_sql.o ../server/queries2.o CFLAGS= -I../include -O .SUFFIXES: .qc -- 2.45.2