Translation updated by Ivar Smolin.
[atk.git] / tests / Makefile.am
blobe87b07eac98d1f21cb91f03463d56f5ddec2af41
2 noinst_LTLIBRARIES =  \
3         libteststateset.la      \
4         libtestrelation.la
6 libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
8 INCLUDES = -I$(top_srcdir)      \
9         -DG_DISABLE_DEPRECATED  \
10         $(DEP_CFLAGS)
11 DEPS = \
12         $(libatk)
14 moduledir = $(libdir)/gtk-2.0/modules
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)
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)