diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:16:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:16:13 +0000 |
commit | d562330ed268e68dcf03884269ef28a3ed8ed87b (patch) | |
tree | 81a86a6c1df19b6a5e7ff0b8d0f7e82a6dd4c9ce | |
parent | 70154f57d6ca194410d969fc55d07ec41d7e495a (diff) |
Formerly Makefile.~9~
-rw-r--r-- | libtrivfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 17baad76..44a7d74d 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -43,11 +43,13 @@ OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS) +TAGSHDRS = trivfs.h fsmutations.h + MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o OBJS= $(subst .c,.o,$(SRCS)) $(MIGSTUBS) -DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h +DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h fsmutations.h MIGSFLAGS=-imacros fsmutations.h |