fix for broken 'make install' introduced by previous commit
[wmaker-crm.git] / wrlib / tests / Makefile.am
blob643363bdd46b16ea254431a2195c9f7ce53817d5
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 = $(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)