]> andersk Git - moira.git/commitdiff
changed the newmoira targets to include tables_sql.{c,o}
authorkostas <kostas>
Wed, 26 Sep 1990 10:00:09 +0000 (10:00 +0000)
committerkostas <kostas>
Wed, 26 Sep 1990 10:00:09 +0000 (10:00 +0000)
db/Makefile

index 571c596a71b0078e3a0457fdea4d62c375589352..2a3c16700be7f00c04b0392845a0ac0086303ba9 100644 (file)
@@ -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
 
This page took 0.038696 seconds and 5 git commands to generate.