From: Bruno Haible Date: Mon, 10 Aug 2009 13:22:46 +0000 (+0200) Subject: Compile also format-gfc-internal.c and format-qt-plural.c. X-Git-Tag: v0.18~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcef009d4fa7ea522eadbdccc2e839a1de287aca;p=thirdparty%2Fgettext.git Compile also format-gfc-internal.c and format-qt-plural.c. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index c22408b6c..c4f73d235 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,8 @@ +2009-08-10 Bruno Haible + + * Makefile.am (libgettextpo_la_AUXSOURCES): Add format-gfc-internal.c, + format-qt-plural.c. + 2009-03-25 Bruno Haible Fix the handling of Windows resources in shared libraries. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index e37d08c68..e1f6f16ba 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -78,7 +78,9 @@ libgettextpo_la_AUXSOURCES = \ ../src/format-perl-brace.c \ ../src/format-php.c \ ../src/format-gcc-internal.c \ + ../src/format-gfc-internal.c \ ../src/format-qt.c \ + ../src/format-qt-plural.c \ ../src/format-kde.c \ ../src/format-boost.c \ ../src/format.c \