diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-02 19:23:38 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-14 17:57:51 +0100 |
commit | 63968066e895362d2fadbc7e04e7ea995c5efb7c (patch) | |
tree | 3443952bb306fc1e262125302882779971178346 /Makefile.am | |
parent | 7ff7be6283aca46525a5386dfb5bff0780b6d46a (diff) | |
download | idutils-63968066e895362d2fadbc7e04e7ea995c5efb7c.tar.gz idutils-63968066e895362d2fadbc7e04e7ea995c5efb7c.tar.bz2 idutils-63968066e895362d2fadbc7e04e7ea995c5efb7c.zip |
Convert to coreutils-flavored gnulib.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ef6afb7..cb3cc2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,17 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = m4 intl lib libidu src lisp doc testsuite po -EXTRA_DIST = README-alpha config.rpath mkinstalldirs autogen.sh +SUBDIRS = lib libidu src lisp doc testsuite po gnulib-tests +EXTRA_DIST = \ + .prev-version \ + .x-sc_cast_of_argument_to_free \ + .x-sc_require_config_h \ + GNUmakefile \ + Makefile.cfg \ + Makefile.maint \ + bootstrap \ + bootstrap.conf \ + build-aux/vc-list-files # When the version number is composed of only digits and "."s, # ensure that it matches the "Version:" comment in idutils.el. |