summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-06-06 18:26:31 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-06 18:26:31 +0000
commit54d3056aa100f9ef02e6d8239964b6cf8e0a5461 (patch)
treec423c0de06091266641bdaa4d9810b0bbb1795a4 /tests/Makefile.am
parent477bb7dc64e98dcf3a0c713c0cd90905003dfb76 (diff)
downloadpango-54d3056aa100f9ef02e6d8239964b6cf8e0a5461.tar.gz
Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports
2006-06-06 Behdad Esfahbod <behdad@gnome.org> Bug 343966 – pango Cygwin build fixes Patch from Cygwin Ports maintainer. * configure.in: Use -no-undefined on all systems. [already on HEAD] * tests/Makefile.am: Add $(EXEEXT) where appropriate.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c29f50e9..33155e5c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -75,7 +75,7 @@ check_PROGRAMS += cxx-test
endif
cxx_test_SOURCES = cxx-test.C
-all-unicode.txt: gen-all-unicode
+all-unicode.txt: gen-all-unicode$(EXEEXT)
./gen-all-unicode > all-unicode.txt
pangorc: $(srcdir)/../modules/pangorc