mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 14:03:17 +00:00
The separation was unnecessary, and caused build problems. Let's go wild and obliterate the library. The files are moved to libshadow. Scripted change: $ find libmisc/ -type f \ | grep '\.[chy]$' \ | xargs mv -t lib; Plus updating the Makefile and other references. While at it, I've sorted the sources lists. Link: <https://github.com/shadow-maint/shadow/pull/792> Reported-by: David Seifert <soap@gentoo.org> Cc: Sam James <sam@gentoo.org> Cc: Christian Bricart <christian@bricart.de> Cc: Michael Vetter <jubalh@iodoru.org> Cc: Robert Förster <Dessa@gmake.de> [ soap tested the Gentoo package ] Tested-by: David Seifert <soap@gentoo.org> Acked-by: David Seifert <soap@gentoo.org> Acked-by: Serge Hallyn <serge@hallyn.com> Acked-by: Iker Pedrosa <ipedrosa@redhat.com> Acked-by: <lslebodn@fedoraproject.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
52 lines
501 B
Plaintext
52 lines
501 B
Plaintext
*~
|
|
lib*.a
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
*.gmo
|
|
.deps
|
|
.libs
|
|
|
|
*.patch
|
|
*.rej
|
|
*.orig
|
|
|
|
Makefile
|
|
Makefile.in
|
|
|
|
/ABOUT-NLS
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/compile
|
|
/config.cache
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.rpath
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4
|
|
/missing
|
|
/stamp-h1
|
|
/ylwrap
|
|
|
|
/po/*.header
|
|
/po/*.sed
|
|
/po/*.sin
|
|
/po/Makefile.in.in
|
|
/po/Makevars.template
|
|
/po/POTFILES
|
|
/po/Rules-quot
|
|
/po/stamp-po
|
|
|
|
/shadow.spec
|
|
/shadow-*.tar.*
|
|
/lib/getdate.c
|
|
/libsubid/subid.h
|