diff options
author | Havoc Pennington <hp@pobox.com> | 2001-08-19 02:29:38 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-08-19 02:29:38 +0000 |
commit | 922749e5b33ebe39bcf4441682b78adcefb01600 (patch) | |
tree | 86f7af8eba459dd8d38812014843df267704e26c /src/wm-tester/Makefile.am | |
parent | 9acaa50f599c2e1dcd3c5e16f0eb9629b34701e9 (diff) | |
download | metacity-922749e5b33ebe39bcf4441682b78adcefb01600.tar.gz metacity-922749e5b33ebe39bcf4441682b78adcefb01600.tar.bz2 |
hrm, I fixed this wrong the other day. Fixes static gravity when moving
2001-08-18 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_get_gravity_position): hrm, I fixed
this wrong the other day. Fixes static gravity when moving
windows.
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 dc82c64..3cc8eee 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -4,6 +4,10 @@ INCLUDES=@METACITY_CFLAGS@ wm_tester_SOURCES= \ main.c -bin_PROGRAMS=wm-tester +test_gravity_SOURCES= \ + test-gravity.c + +bin_PROGRAMS=wm-tester test-gravity wm_tester_LDADD= @METACITY_LIBS@ +test_gravity_LDADD= @METACITY_LIBS@
\ No newline at end of file |