]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Add new files to libmisc_la_SOURCES
authorMichael Vetter <jubalh@iodoru.org>
Fri, 4 Aug 2023 12:26:50 +0000 (14:26 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 4 Aug 2023 20:39:55 +0000 (15:39 -0500)
Resolves https://github.com/shadow-maint/shadow/issues/763

libmisc/Makefile.am

index 4a868b1efe582d2221e2aa58dd855defa1a3e891..b135447c9ee6ee377853c8d9a08c0cf24e58aea7 100644 (file)
@@ -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 \