summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/libgettextpo/ChangeLog1
-rw-r--r--gettext-tools/libgettextpo/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index 248f898..c22408b 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -5,6 +5,7 @@
libgettextpo.res.lo instead of libgettextpo.res.
(libgettextpo.res.lo): Renamed from libgettextpo.res. Use libtool
--tag=RC.
+ (MOSTLYCLEANFILES): Update.
2009-01-18 Bruno Haible <bruno@clisp.org>
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index aab9722..e37d08c 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -113,7 +113,7 @@ if WOE32
WOE32_LIBADD = libgettextpo.res.lo
libgettextpo.res.lo : $(srcdir)/libgettextpo.rc
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res.lo --output-format=coff
-MOSTLYCLEANFILES += libgettextpo.res
+MOSTLYCLEANFILES += libgettextpo.res.lo
else
WOE32_LIBADD =
endif