diff options
author | Bruno Haible <bruno@clisp.org> | 2008-01-13 17:07:03 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:37 +0200 |
commit | 5185887cc5705aa7b3ffb8a5220dd25c62d4f5a2 (patch) | |
tree | d13d8537920ea6c862d72529b0b7a706eeee4d1f /gettext-tools/src/Makefile.am | |
parent | 0ebb0a109f18b297dd0032ba671ed6e58a9032b6 (diff) | |
download | external_gettext-5185887cc5705aa7b3ffb8a5220dd25c62d4f5a2.zip external_gettext-5185887cc5705aa7b3ffb8a5220dd25c62d4f5a2.tar.gz external_gettext-5185887cc5705aa7b3ffb8a5220dd25c62d4f5a2.tar.bz2 |
Distribute msgl-header.h.
Diffstat (limited to 'gettext-tools/src/Makefile.am')
-rw-r--r-- | gettext-tools/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index ae5229a..f986d31 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2008 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 @@ -39,7 +39,7 @@ read-po.h read-properties.h read-stringtable.h \ str-list.h \ color.h write-catalog.h write-po.h write-properties.h write-stringtable.h \ dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h \ -msgl-charset.h msgl-equal.h msgl-iconv.h msgl-ascii.h msgl-cat.h \ +msgl-charset.h msgl-equal.h msgl-iconv.h msgl-ascii.h msgl-cat.h msgl-header.h \ msgl-english.h msgl-check.h msgl-fsearch.h msgfmt.h msgunfmt.h \ plural-count.h plural-eval.h \ read-mo.h write-mo.h \ |