diff options
Diffstat (limited to 'src/wm-tester/Makefile.am')
-rw-r--r-- | src/wm-tester/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am deleted file mode 100644 index 0e0ead03..00000000 --- a/src/wm-tester/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ - -AM_CPPFLAGS=@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@ - --include $(top_srcdir)/git.mk |