diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-06 11:59:47 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:15 +0200 |
commit | ab10a15da987d2c3cabcf1cfa4036b448ce0ec27 (patch) | |
tree | 88e810b348ce3519db1ccb420355692a87ea364c | |
parent | 4653282dde9f33d6c74fdad48d43e8d692b6b59e (diff) | |
download | external_gettext-ab10a15da987d2c3cabcf1cfa4036b448ce0ec27.zip external_gettext-ab10a15da987d2c3cabcf1cfa4036b448ce0ec27.tar.gz external_gettext-ab10a15da987d2c3cabcf1cfa4036b448ce0ec27.tar.bz2 |
Distribute libgettextpo.rc.
-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 |