diff options
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 1c6fd5ee..3163777e 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -34,7 +34,8 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ io-stat.c io-stubs.c io-write.c io-version.c io-identity.c FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c \ - fsys-forward.c fsys-set-options.c fsys-get-options.c + fsys-forward.c fsys-set-options.c fsys-get-options.c \ + fsys-get-children.c OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \ cntl-clean.c migsupport.c times.c startup.c open.c \ |