From f603d4144f99ad21a4681b590e2ab47bc2e8f6dc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 23 Sep 1996 16:48:31 +0000 Subject: (OTHERSRCS): Replace get-options.c with apend-args.c. (HURDLIBS): Add shouldbeinlibc. --- libtrivfs/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index ac18858c..74fb8cec 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -38,19 +38,18 @@ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c \ OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \ cntl-clean.c migsupport.c times.c startup.c open.c \ - runtime-argp.c set-options.c get-options.c + runtime-argp.c set-options.c append-args.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) MIGSTUBS=fsServer.o ioServer.o fsysServer.o fsys_replyUser.o -HURDLIBS=ports +libname = libtrivfs +HURDLIBS = ports shouldbeinlibc OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) LCLHDRS = trivfs.h fsmutations.h priv.h MIGSFLAGS=-imacros $(srcdir)/fsmutations.h MIGCOMSFLAGS = -prefix trivfs_ -libname = libtrivfs installhdrs = trivfs.h include ../Makeconf - -- cgit v1.2.3