diff options
author | Sven Neumann <sven@gimp.org> | 2001-10-30 16:03:23 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-10-30 16:03:23 +0000 |
commit | 425fee62bd88678f2e9588d9b29057815b06ea2d (patch) | |
tree | c5da55e228cfbcc4da409a1809770676f62f9113 /tests | |
parent | 1be1cbc487b01b554e50e19565506dac165248ce (diff) | |
download | pango-425fee62bd88678f2e9588d9b29057815b06ea2d.tar.gz |
don't link against pangox at all.
2001-10-30 Sven Neumann <sven@gimp.org>
* tests/Makefile.am: don't link against pangox at all.
Please keep in mind that building on UNIX does not necessarily mean
that X11 is available.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3f6651bc..6bac8b1a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,20 +6,15 @@ TESTS=runtests.sh noinst_PROGRAMS = dump-boundaries -check_PROGRAMS = testboundaries +check_PROGRAMS = testboundaries testboundaries_SOURCES = testboundaries.c dump_boundaries_SOURCES = dump-boundaries.c -if OS_WIN32 -else -## pangox should not actually be required, this is broken -pangox_la = ../pango/libpangox.la -endif -testboundaries_LDADD = ../pango/libpango.la $(pangox_la) $(X_LIBS) +testboundaries_LDADD = ../pango/libpango.la -dump_boundaries_LDADD = ../pango/libpango.la $(pangox_la) $(X_LIBS) +dump_boundaries_LDADD = ../pango/libpango.la EXTRA_DIST = \ all-unicode.txt \ |