updated todo with ideas for post 1.0
[wmaker-crm.git] / wrlib / tests / Makefile.am
blob0ed8e8acbc074a0a0aef3b3d399e7e53534d87e1
1 ## automake input file for wrlib
3 AUTOMAKE_OPTIONS = no-dependencies
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)