diff options
Diffstat (limited to 'src/wm-tester/Makefile.am')
-rw-r--r-- | src/wm-tester/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am index 8673127..ffecdcc 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -10,8 +10,12 @@ test_gravity_SOURCES= \ focus_window_SOURCES= \ focus-window.c -noinst_PROGRAMS=wm-tester test-gravity focus-window +test_resizing_SOURCES= \ + test-resizing.c + +noinst_PROGRAMS=wm-tester test-gravity test-resizing focus-window wm_tester_LDADD= @METACITY_LIBS@ test_gravity_LDADD= @METACITY_LIBS@ +test_resizing_LDADD= @METACITY_LIBS@ focus_window_LDADD= @METACITY_LIBS@
\ No newline at end of file |