aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-14 03:10:46 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-05-14 03:25:32 +0200
commit5e96ce975e021551006ebff744c104f20d49741b (patch)
tree2006c52a48718e1d04686693c3e08c32be0ee48e /lib/io/Makemodule.am
parente501c9a4bc230dab034571c2078a12a8a856c67a (diff)
libio: merge directory iterator headers, document API and behavior
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/Makemodule.am')
-rw-r--r--lib/io/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/Makemodule.am b/lib/io/Makemodule.am
index 9f97540..2fcd1a7 100644
--- a/lib/io/Makemodule.am
+++ b/lib/io/Makemodule.am
@@ -1,6 +1,6 @@
libio_a_SOURCES = include/io/istream.h include/io/ostream.h include/io/xfrm.h \
include/io/file.h include/io/std.h \
- include/io/dir_iterator.h include/io/dir_tree_iterator.h \
+ include/io/dir_iterator.h \
lib/io/src/internal.h lib/io/src/ostream.c \
lib/io/src/istream.c lib/io/src/get_line.c lib/io/src/xfrm/ostream.c \
lib/io/src/xfrm/istream.c lib/io/src/dir_tree_iterator.c