diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:32:44 +0200 |
commit | fa095a4504cbe668e4244547e2c141597bea4ecf (patch) | |
tree | 06135820a286ffec47804e75fbf8a147e92acd2e /gnulib-local/Makefile.am |
Imported Upstream version 0.9.1upstream/0.9.1
Diffstat (limited to 'gnulib-local/Makefile.am')
-rw-r--r-- | gnulib-local/Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am new file mode 100644 index 00000000..c415913e --- /dev/null +++ b/gnulib-local/Makefile.am @@ -0,0 +1,30 @@ +## Makefile for the gnulib-local directory of GNU libunistring +## Copyright (C) 2006-2009 Free Software Foundation, Inc. +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 3 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see <http://www.gnu.org/licenses/>. + +## Process this file with automake to produce Makefile.in. + +# Generate this list with +# find . '(' -name Makefile.am ')' -prune -o -type f '!' '(' -name '*.orig' -or -name '*~' ')' -printf '%P\n' | sort | tr '\012' @ | sed 's/@$/%/;s/@/ \\@/g' | tr @% '\012\012' +EXTRA_DIST = \ +lib/unicase.h.diff \ +lib/uniconv.h.diff \ +lib/unictype.h.diff \ +lib/unilbrk.h.diff \ +lib/uninorm.h.diff \ +lib/unistr.h.diff \ +lib/unitypes.h.diff \ +lib/uniwidth.h.diff \ +modules/unictype/category-none-tests.diff |