blob: e0c4242d42c6f5a53de9e734e9660ab1785a0db6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir)/.. \
-I$(srcdir)/../libply \
-I$(srcdir)/../libplybootsplash \
-I$(srcdir)
TESTS =
if ENABLE_TESTS
include $(srcdir)/ply-boot-server-test.am
include $(srcdir)/ply-boot-splash-test.am
include $(srcdir)/ply-window-test.am
endif
noinst_PROGRAMS = $(TESTS)
MAINTAINERCLEANFILES = Makefile.in
|