diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-29 16:20:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:18 +0200 |
commit | 55330d5547a8ec7848309fc14c6d2ddaf5f78dca (patch) | |
tree | 81e1b017d15944d39daa73b2d0795157b8df6ca1 /gettext-tools/tests/Makefile.am | |
parent | d3dadca327ce84419829350cb1385b274d60cfe1 (diff) | |
download | external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.zip external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.gz external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.bz2 |
Native Woe32/MSVC support.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index a5e33a4..0a04e72 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -18,6 +18,7 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies +EXTRA_DIST = TESTS = gettext-1 gettext-2 \ msgattrib-1 msgattrib-2 msgattrib-3 msgattrib-4 msgattrib-5 \ @@ -65,7 +66,7 @@ TESTS = gettext-1 gettext-2 \ lang-ycp lang-tcl lang-php lang-po \ lang-rst -EXTRA_DIST = $(TESTS) \ +EXTRA_DIST += $(TESTS) \ test.mo xg-test1.ok.po mex-test2.ok msguniq-a.in msguniq-a.out \ ChangeLog.0 @@ -130,3 +131,8 @@ fc4_LDADD = ../lib/libgettextlib.la $(LDADD) # Clean up after Solaris cc. clean-am: rm -rf SunWS_cache + + +# Woe32 support. + +EXTRA_DIST += Makefile.msvc |