noinst_PROGRAMS = test-paned test-slice test-colourpalette test-colourselectordialog test-colourbutton test-colourswatch test-menu 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 test_colourswatch_SOURCES = test-colourswatch.c test_colourpalette_SOURCES = test-colourpalette.c test_colourselectordialog_SOURCES = test-colourselectordialog.c test_colourbutton_SOURCES = test-colourbutton.c test_menu_SOURCES = test-menu.c