diff options
-rw-r--r-- | libtrivfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index a19c4238..8bb0aab2 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -38,8 +38,8 @@ 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 startup.c +OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-clean.c \ + migsupport.c times.c startup.c open.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS) |