diff options
-rw-r--r-- | gettext-tools/libgettextpo/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 8071123..1f33d11 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2007-10-06 Bruno Haible <bruno@clisp.org> + + * Makefile.am (EXTRA_DIST): Add libgettextpo.rc. + 2007-09-30 Bruno Haible <bruno@clisp.org> * Makefile.am (libgettextpo_la_AUXSOURCES): Add format-kde.c. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index d0bb23a..12df9b3 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -109,6 +109,7 @@ libgettextpo_la_LDFLAGS += -Wl,--export-all-symbols endif # Version information according to Woe32 conventions. +EXTRA_DIST += libgettextpo.rc if WOE32 WOE32_LDADD = libgettextpo.res libgettextpo.res : $(srcdir)/libgettextpo.rc |