~ubuntu-branches/ubuntu/vivid/marco/vivid

« back to all changes in this revision

Viewing changes to src/wm-tester/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2014-01-21 19:52:39 UTC
  • Revision ID: package-import@ubuntu.com-20140121195239-c4k1v8umdw1u4n29
Tags: upstream-1.6.2
ImportĀ upstreamĀ versionĀ 1.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDES=@MARCO_CFLAGS@
 
3
 
 
4
wm_tester_SOURCES=                              \
 
5
        main.c
 
6
 
 
7
test_gravity_SOURCES=                           \
 
8
        test-gravity.c
 
9
 
 
10
focus_window_SOURCES=                           \
 
11
        focus-window.c
 
12
 
 
13
test_resizing_SOURCES=                          \
 
14
        test-resizing.c
 
15
 
 
16
test_size_hints_SOURCES=                        \
 
17
        test-size-hints.c
 
18
 
 
19
noinst_PROGRAMS=wm-tester test-gravity test-resizing focus-window test-size-hints
 
20
 
 
21
wm_tester_LDADD= @MARCO_LIBS@
 
22
test_gravity_LDADD= @MARCO_LIBS@
 
23
test_resizing_LDADD= @MARCO_LIBS@
 
24
test_size_hints_LDADD= @MARCO_LIBS@
 
25
focus_window_LDADD= @MARCO_LIBS@
 
 
b'\\ No newline at end of file'