diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..9f696c7 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +## $Id: Makefile.am 4227 2008-03-15 23:14:34Z astyanax $ +AUTOMAKE_OPTIONS = gnu no-dependencies + +SUBDIRS = doc m4 po src + +EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING COPYING.DOC ChangeLog \ + ChangeLog.pre-2.1 INSTALL NEWS README README.SVN \ + THANKS TODO UPGRADE config.rpath install-sh missing \ + mkinstalldirs nano.spec + +ACLOCAL_AMFLAGS = -I m4 |