Fix build with automake-1.13 and modernize .am files.
[wmaker-crm.git] / wrlib / tests / Makefile.am
blobe447e9740a358eb9293e69be820a54bd100c8ff2
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 AM_CPPFLAGS = -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)