aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: bbe1bea01d08ada6d68f512de894c65b8f8601a5 (plain)
1
2
3
4
5
6
7
noinst_PROGRAMS = test-paned test-slice

INCLUDES = -I$(top_srcdir)/libowl $(GTK_CFLAGS) -Wall
LDADD = -L../libowl -lowl $(GTK_LIBS)

test_paned_SOURCES = test-paned.c
test_slice_SOURCES = test-slice.c