Use generated enum type for AtkRole to get the role name
[platform/upstream/atk.git] / tests / Makefile.am
1 if PLATFORM_WIN32
2 no_undefined = -no-undefined
3 else
4 no_undefined =
5 endif
6
7 libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
8
9 AM_CPPFLAGS = -I$(top_srcdir)   \
10         -DG_DISABLE_DEPRECATED  \
11         $(DEP_CFLAGS)
12 DEPS = \
13         $(libatk)
14
15 noinst_PROGRAMS = testrole  \
16                   testrelation  \
17                   teststateset
18
19 LDADD = $(libatk) $(DEP_LIBS)
20
21 testrole_SOURCES = testrole.c
22 testrelation_SOURCES = testrelation.c
23 teststateset_SOURCES = teststateset.c