summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-12 13:13:51 +0000
committerMiles Bader <miles@gnu.org>1995-04-12 13:13:51 +0000
commit27c4d57d49160ba048095c9851191025f3f750bb (patch)
tree08fe8923f0668e352ae70c716de67005f363206c /libtrivfs/Makefile
parentd8f80a19cd471dfcc2450b91b679a8198c444c4a (diff)
Add startup.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r--libtrivfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 84e277a2..cd172a6b 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -39,7 +39,7 @@ NOTIFYSRCS=nosenders.c notify-stubs.c
INTSRCS=interrupt.c
OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c \
- times.c
+ times.c startup.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS)