summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 9fc9faf75afb7f632e4f99f0049deffcb6c0795a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

lib_LTLIBRARIES = \
	libteststateset.la	\
	libtestrelation.la

libatk = $(top_builddir)/atk/libatk.la

INCLUDES = -I$(top_srcdir)	\
	-DG_DISABLE_DEPRECATED	\
	@DEP_CFLAGS@
DEPS = \
	$(libatk)

libteststateset_la_SOURCES = teststateset.c
libteststateset_la_LDFLAGS = -avoid-version	\
	-module

libtestrelation_la_SOURCES = testrelation.c
libtestrelation_la_LDFLAGS = -avoid-version	\
	-module