diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-04 01:35:42 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-04 01:35:42 +0000 |
commit | 6c1662a897fd34b5b0b0174ab83552b016d05e8d (patch) | |
tree | 0b620ad69aa7498e5cd3bd7efc5afd90669d3016 /Makefile.am | |
download | shadow-6c1662a897fd34b5b0b0174ab83552b016d05e8d.tar.gz |
Imported Upstream version 4.1.5upstream/4.1.5
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7492f07 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,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 |