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

noinst_LTLIBRARIES =  \
	libteststateset.la	\
	libtestrelation.la

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

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

moduledir = $(libdir)/gtk-2.0/modules

libteststateset_la_SOURCES = teststateset.c
libteststateset_la_LDFLAGS = \
	-rpath $(moduledir) \
	-avoid-version	\
	-module

libtestrelation_la_SOURCES = testrelation.c
libtestrelation_la_LDFLAGS = \
	-rpath $(moduledir) \
	-avoid-version	\
	-module