summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-12 14:10:07 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-16 11:44:29 +0100
commitb05337e7b9868f4cc9289e9b8680a31d3ea9d51a (patch)
treeb3a0963fbb9c496e9371a897a4ff5e85b149b6a4
parent4e1599da4493e293c3f234e28cbdb0bbbac52650 (diff)
lib/Makefile.am: Add missing source file
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1c482ef6..96dfefe2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -141,6 +141,7 @@ libshadow_la_SOURCES = \
stpecpy.h \
stpeprintf.c \
stpeprintf.h \
+ strtcpy.c \
strtcpy.h \
strtoday.c \
sub.c \