blob: e15157ab610adbf60a65f1e7dcc4725863e7b268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## 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)
|