summaryrefslogtreecommitdiff
path: root/src/wm-tester/Makefile.am
blob: 8673127a13f839592d80eda40c4a5a035d504b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INCLUDES=@METACITY_CFLAGS@

wm_tester_SOURCES= 				\
	main.c

test_gravity_SOURCES=				\
	test-gravity.c

focus_window_SOURCES=				\
	focus-window.c

noinst_PROGRAMS=wm-tester test-gravity focus-window

wm_tester_LDADD= @METACITY_LIBS@
test_gravity_LDADD= @METACITY_LIBS@
focus_window_LDADD= @METACITY_LIBS@