From fa095a4504cbe668e4244547e2c141597bea4ecf Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 14 Sep 2009 12:32:44 +0200 Subject: Imported Upstream version 0.9.1 --- gnulib-local/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gnulib-local/Makefile.am (limited to 'gnulib-local/Makefile.am') 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 . + +## 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 -- cgit v1.2.3