summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'dirent')
-rw-r--r--dirent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/Makefile b/dirent/Makefile
index 02352768d0..532020d1eb 100644
--- a/dirent/Makefile
+++ b/dirent/Makefile
@@ -21,11 +21,11 @@
#
subdir := dirent
-headers := dirent.h dirstream.h
+headers := dirent.h
routines := opendir closedir readdir rewinddir \
seekdir telldir scandir alphasort \
getdents dirfd
-distribute := direct.h
+distribute := direct.h dirstream.h
tests := list tst-seekdir