Forgot to commit tests/Makefile.am in commit of 9th August.
[platform/upstream/atk.git] / tests / Makefile.am
1
2 noinst_LTLIBRARIES =  \
3         libteststateset.la      \
4         libtestrelation.la
5
6 libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
7
8 INCLUDES = -I$(top_srcdir)      \
9         -DG_DISABLE_DEPRECATED  \
10         $(DEP_CFLAGS)
11 DEPS = \
12         $(libatk)
13
14 moduledir = $(libdir)/gtk-2.0/modules
15
16 libteststateset_la_SOURCES = teststateset.c
17 libteststateset_la_LDFLAGS = \
18         -rpath $(moduledir) \
19         -avoid-version  \
20         -module
21 libteststateset_la_LIBADD = $(libatk) $(DEP_LIBS)
22
23 libtestrelation_la_SOURCES = testrelation.c
24 libtestrelation_la_LDFLAGS = \
25         -rpath $(moduledir) \
26         -avoid-version  \
27         -module
28 libtestrelation_la_LIBADD = $(libatk) $(DEP_LIBS)