Partially support _NET_WM_STRUT_PARTIAL.
[wmaker-crm.git] / wrlib / tests / Makefile.am
blobceec40a6b5b0306829d1ee5ac4edc159b7930bd7
1 ## automake input file for wrlib
3 AUTOMAKE_OPTIONS =
5 noinst_PROGRAMS = testdraw testgrad testrot view
7 EXTRA_DIST = test.png tile.xpm ballot_box.xpm 
9 INCLUDES = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@
11 LIBLIST = $(top_builddir)/wrlib/libwraster.la
13 testdraw_SOURCES = testdraw.c
14 testdraw_LDADD = $(LIBLIST)
16 testgrad_SOURCES = testgrad.c
17 testgrad_LDADD = $(LIBLIST)
19 testrot_SOURCES = testrot.c
20 testrot_LDADD = $(LIBLIST)
22 view_SOURCES= view.c
23 view_LDADD = $(LIBLIST)