summaryrefslogtreecommitdiffstats
path: root/gnulib-local/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-11-07 14:50:44 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:20 +0200
commit785e48c4729c5a40fc37cb1413d8207ec42dbee3 (patch)
tree695e995fdb64d08d916bb4fa1bfc69bd69ff3954 /gnulib-local/Makefile.am
parent1e03a5ed0fcfd8f6102639c7b1b87636ab2c5830 (diff)
downloadexternal_gettext-785e48c4729c5a40fc37cb1413d8207ec42dbee3.zip
external_gettext-785e48c4729c5a40fc37cb1413d8207ec42dbee3.tar.gz
external_gettext-785e48c4729c5a40fc37cb1413d8207ec42dbee3.tar.bz2
New modules 'moo', 'ostream', and its subclasses.
Diffstat (limited to 'gnulib-local/Makefile.am')
-rw-r--r--gnulib-local/Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am
index 8d23a56..c0bba7e 100644
--- a/gnulib-local/Makefile.am
+++ b/gnulib-local/Makefile.am
@@ -21,6 +21,7 @@
# find . '(' -name CVS -o -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 = \
ChangeLog \
+build-aux/moopp \
lib/3level.h \
lib/addext.c \
lib/alloca_.h \
@@ -38,6 +39,10 @@ lib/error.h.diff \
lib/error-progname.c \
lib/error-progname.h \
lib/exitfail.h.diff \
+lib/fd-ostream.oo.c \
+lib/fd-ostream.oo.h \
+lib/file-ostream.oo.c \
+lib/file-ostream.oo.h \
lib/fnmatch.c.diff \
lib/fnmatch_loop.c.diff \
lib/fstrcmp.c \
@@ -47,9 +52,18 @@ lib/getopt_.h.diff \
lib/gettext.h \
lib/hash.c \
lib/hash.h \
+lib/html-ostream.oo.c \
+lib/html-ostream.oo.h \
+lib/iconv-ostream.oo.c \
+lib/iconv-ostream.oo.h \
lib/javacomp.c.diff \
lib/linebreak.c.diff \
+lib/memory-ostream.oo.c \
+lib/memory-ostream.oo.h \
+lib/moo.h \
lib/obstack.h.diff \
+lib/ostream.oo.c \
+lib/ostream.oo.h \
lib/progname.h.diff \
lib/propername.c \
lib/propername.h \
@@ -57,6 +71,8 @@ lib/relocatable.c \
lib/relocatable.h \
lib/relocwrapper.c \
lib/strerror.c.diff \
+lib/term-ostream.oo.c \
+lib/term-ostream.oo.h \
lib/vasprintf.c \
lib/xalloc.h \
lib/xerror.c \
@@ -78,6 +94,8 @@ m4/java.m4 \
m4/quotearg.m4.diff \
m4/quote.m4.diff \
m4/relocatable.m4 \
+m4/termcap.m4 \
+m4/term-ostream.m4 \
m4/unionwait.m4 \
m4/vasprintf.m4 \
m4/xreadlink.m4 \
@@ -86,6 +104,8 @@ modules/basename \
modules/closeout \
modules/error-progname \
modules/exitfail.diff \
+modules/fd-ostream \
+modules/file-ostream \
modules/fnmatch.diff \
modules/fstrcmp \
modules/gcj \
@@ -94,14 +114,21 @@ modules/gettext-runtime-misc \
modules/gettext-tools-misc \
modules/gettext-tools-libgettextpo-misc \
modules/hash \
+modules/html-ostream \
+modules/iconv-ostream \
modules/java \
modules/javacomp.diff \
+modules/memory-ostream \
+modules/moo \
+modules/ostream \
modules/progreloc \
modules/propername \
modules/quotearg.diff \
modules/quote.diff \
modules/relocatable \
modules/relocwrapper \
+modules/termcap \
+modules/term-ostream \
modules/vasprintf.diff \
modules/wait-process.diff \
modules/xalloc \