Added gsd_sync_subr for opi build.
This commit is contained in:
@@ -13,13 +13,14 @@ SRCS = \
|
||||
../iocinf.c ../access.c ../test_event.c ../service.c \
|
||||
../flow_control.c ../repeater.c ../conn.c ../acctst.c \
|
||||
../syncgrp.c ../if_depen.c ../netdb_depen.c ../bsd_depen.c \
|
||||
../posix_depen.c ../caRepeater.c
|
||||
../gsd_sync_subr.c ../posix_depen.c ../caRepeater.c
|
||||
|
||||
OBJS = caRepeater.o
|
||||
|
||||
LIBOBJS = \
|
||||
iocinf.o access.o test_event.o service.o flow_control.o repeater.o \
|
||||
conn.o syncgrp.o if_depen.o netdb_depen.o bsd_depen.o posix_depen.o
|
||||
conn.o syncgrp.o if_depen.o netdb_depen.o \
|
||||
gsd_sync_subr.o bsd_depen.o posix_depen.o
|
||||
|
||||
LIBNAME = libca.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user