blob: 7492f07fdc63dbd635d8522600d6cac2dce654fc (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in
EXTRA_DIST = NEWS README TODO shadow.spec.in
AUTOMAKE_OPTIONS = 1.5 dist-bzip2 foreign
SUBDIRS = po man libmisc lib src \
contrib doc etc
|