diff options
author | jao <jao@gnu.org> | 2014-08-04 17:54:23 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-08-04 17:54:23 +0200 |
commit | b83ce265d72783b8cc60e4020ec87908470cb8b6 (patch) | |
tree | d8329c4389d9ed6925bd07e1d2b8847c676263da | |
parent | 68d9d68fd3919905867e62014e401e2baf929549 (diff) | |
download | mdk-b83ce265d72783b8cc60e4020ec87908470cb8b6.tar.gz mdk-b83ce265d72783b8cc60e4020ec87908470cb8b6.tar.bz2 |
Including autogen.sh in distribution tarball1.2.8
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 87f8adb..ece163e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2004, 2006, 2013 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2004, 2006, 2013, 2014 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -11,7 +11,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. EXTRA_DIST = config.rpath ABOUT-NLS intltool-extract.in intltool-merge.in \ - intltool-update.in ChangeLog.1 ChangeLog.2 + autogen.sh intltool-update.in ChangeLog.1 ChangeLog.2 SUBDIRS = po intl doc lib mixlib mixguile mixutils mixgtk misc samples distclean-local: |