blob: 084453a5d2084631815c7f148a8e14c6be100177 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Process this file with automake to create Makefile.in.
INCLUDES = -I$(top_srcdir) $(GLIB_CFLAGS)
TESTS=runtests.sh
check_PROGRAMS = testboundaries
testboundaries_SOURCES = testboundaries.c
## pangox should not actually be required, this is broken
testboundaries_LDADD = ../pango/libpango.la ../pango/libpangox.la $(X_LIBS)
EXTRA_DIST = \
all-unicode.txt \
boundaries.utf8 \
runtests.sh
|