mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-12-04 15:34:26 +08:00
d0fef040ed
This is a first step to helping distributions to use our tests in CI. Signed-off-by: Serge Hallyn <serge@hallyn.com>
19 lines
335 B
Makefile
19 lines
335 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = NEWS README
|
|
|
|
SUBDIRS = lib
|
|
|
|
if ENABLE_SUBIDS
|
|
SUBDIRS += libsubid
|
|
endif
|
|
|
|
SUBDIRS += src po contrib doc etc tests/unit
|
|
|
|
if ENABLE_REGENERATE_MAN
|
|
SUBDIRS += man
|
|
endif
|
|
|
|
CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo
|
|
EXTRA_DIST = tests/
|