summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-08-04 14:26:50 +0200
committerSerge Hallyn <serge@hallyn.com>2023-08-04 15:39:55 -0500
commitd0518cc250afeaceb772a7f50a900cfc9b3ab937 (patch)
treed9166c5afba5a8d37d1b7b7bf5cd82c2d77f1e01
parent4107c49ecdf6c0bf5d5a152f86da7fb1a2fdb2db (diff)
Add new files to libmisc_la_SOURCES
Resolves https://github.com/shadow-maint/shadow/issues/763
-rw-r--r--libmisc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmisc/Makefile.am b/libmisc/Makefile.am
index 4a868b1e..b135447c 100644
--- a/libmisc/Makefile.am
+++ b/libmisc/Makefile.am
@@ -17,9 +17,11 @@ libmisc_la_SOURCES = \
age.c \
agetpass.c \
alloc.c \
+ ../lib/alloc.h \
audit_help.c \
basename.c \
bit.c \
+ ../lib/bit.h \
chkname.c \
chkname.h \
chowndir.c \
@@ -70,7 +72,9 @@ libmisc_la_SOURCES = \
setupenv.c \
shell.c \
stpecpy.c \
+ ../lib/stpecpy.h \
stpeprintf.c \
+ ../lib/stpeprintf.h \
strtoday.c \
sub.c \
sulog.c \