summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 630e2aa9c3ebf25fa10c5b94305393c77be24f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

EXTRA_DIST = NEWS README TODO shadow.spec.in

SUBDIRS = libmisc lib

if ENABLE_SUBIDS
SUBDIRS += libsubid
endif

SUBDIRS += src po contrib doc etc

if ENABLE_REGENERATE_MAN
SUBDIRS += man
endif