diff options
author | Bruno Haible <bruno@clisp.org> | 2001-08-27 12:06:02 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-08-27 12:06:02 +0000 |
commit | 024faf54e322be79044eccf731c3d4c0b87d73d5 (patch) | |
tree | 0e7e96308682665a7d39d2324cb81139bc8a4de7 /src/Makefile.am | |
parent | b5b4015fe61a8edc125a020e138a6c88ebd7c9db (diff) | |
download | external_gettext-024faf54e322be79044eccf731c3d4c0b87d73d5.zip external_gettext-024faf54e322be79044eccf731c3d4c0b87d73d5.tar.gz external_gettext-024faf54e322be79044eccf731c3d4c0b87d73d5.tar.bz2 |
Language dependent format string checking.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 93da414..0607813 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,14 +46,16 @@ ngettext_SOURCES = ngettext.c msgcmp_SOURCES = message.c msgcmp.c open-po.c po-gram-gen.y po-hash-gen.y \ po-charset.c po-lex.c po.c str-list.c dir-list.c msgfmt_SOURCES = msgfmt.c open-po.c po-gram-gen.y po-hash-gen.y po-charset.c \ -po-lex.c po.c str-list.c message.c dir-list.c +po-lex.c po.c str-list.c message.c dir-list.c \ +format.c format-c.c format-java.c format-lisp.c format-python.c format-ycp.c msgmerge_SOURCES = message.c msgmerge.c open-po.c po-gram-gen.y po-hash-gen.y \ po-charset.c po-lex.c po.c read-po.c str-list.c dir-list.c write-po.c \ msgl-ascii.c msgunfmt_SOURCES = message.c msgunfmt.c str-list.c write-po.c msgl-ascii.c xgettext_SOURCES = message.c open-po.c po-gram-gen.y po-hash-gen.y \ po-charset.c po-lex.c po.c str-list.c xgettext.c dir-list.c write-po.c \ -msgl-ascii.c file-list.c x-c.c x-po.c +msgl-ascii.c file-list.c x-c.c x-po.c \ +format.c format-c.c format-java.c format-lisp.c format-python.c format-ycp.c msgcat_SOURCES = msgcat.c message.c open-po.c po-gram-gen.y po-hash-gen.y \ po-charset.c po-lex.c po.c read-po.c str-list.c dir-list.c write-po.c \ msgl-ascii.c msgl-iconv.c msgl-cat.c file-list.c |