89ca4aab3d
2003-09-29 Havoc Pennington <hp@redhat.com> * src/wm-tester/test-size-hints.c: a little program to test size hints, for now just a 0x0 min size to verify bug #113320
25 lines
509 B
Makefile
25 lines
509 B
Makefile
|
|
INCLUDES=@METACITY_CFLAGS@
|
|
|
|
wm_tester_SOURCES= \
|
|
main.c
|
|
|
|
test_gravity_SOURCES= \
|
|
test-gravity.c
|
|
|
|
focus_window_SOURCES= \
|
|
focus-window.c
|
|
|
|
test_resizing_SOURCES= \
|
|
test-resizing.c
|
|
|
|
test_size_hints_SOURCES= \
|
|
test-size-hints.c
|
|
|
|
noinst_PROGRAMS=wm-tester test-gravity test-resizing focus-window test-size-hints
|
|
|
|
wm_tester_LDADD= @METACITY_LIBS@
|
|
test_gravity_LDADD= @METACITY_LIBS@
|
|
test_resizing_LDADD= @METACITY_LIBS@
|
|
test_size_hints_LDADD= @METACITY_LIBS@
|
|
focus_window_LDADD= @METACITY_LIBS@
|