summaryrefslogtreecommitdiffstats
path: root/gettext-tools/libgettextpo
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-22 01:16:11 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:16:04 +0200
commitecae217af9f395f2166e2b5540aa9a86c481592c (patch)
treeba7cc571e2e9bf524caea761cc205a8e3a5867da /gettext-tools/libgettextpo
parent3ac0bac717a695979052ee9495b11e50fb8285a0 (diff)
downloadexternal_gettext-ecae217af9f395f2166e2b5540aa9a86c481592c.zip
external_gettext-ecae217af9f395f2166e2b5540aa9a86c481592c.tar.gz
external_gettext-ecae217af9f395f2166e2b5540aa9a86c481592c.tar.bz2
Update MOSTLYCLEANFILES after last commit.
Diffstat (limited to 'gettext-tools/libgettextpo')
-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