summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-16 21:52:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-16 21:52:07 (GMT)
commit85e52ccd4c8aada6660d171e91c6c603f40606bb (patch)
treec9a376e10448ab62ba2668c69bdd0a3c5c968c4a /src/common/Makefile.am
parent049f9fdb4c4fb44ecac9ade607a8462841010716 (diff)
Move some FS functions from io.[ch] to pathname.[ch].
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 8366376..7da1a13 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -58,6 +58,7 @@ libcommon4_la_SOURCES = \
compiler.h \
environment.h environment.c \
extstr.h extstr.c \
+ io.h io.c \
pathname.h pathname.c \
sort.h sort.c \
xdg.h xdg.c