2007-10-07 11:44:02 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2007-10-07 11:45:07 +00:00
|
|
|
EXTRA_DIST = NEWS README TODO shadow.spec.in
|
2007-10-07 11:44:38 +00:00
|
|
|
|
2021-08-18 18:06:02 +00:00
|
|
|
SUBDIRS = libmisc lib
|
2020-04-18 18:03:54 -05:00
|
|
|
|
|
|
|
|
if ENABLE_SUBIDS
|
|
|
|
|
SUBDIRS += libsubid
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
SUBDIRS += src po contrib doc etc
|
|
|
|
|
|
|
|
|
|
if ENABLE_REGENERATE_MAN
|
|
|
|
|
SUBDIRS += man
|
|
|
|
|
endif
|