~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-18 18:13:01 UTC
  • mto: (2.3.7 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: package-import@ubuntu.com-20141118181301-csmd2xaakfjv48r8
Tags: upstream-3.14.2
ImportĀ upstreamĀ versionĀ 3.14.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
AM_CPPFLAGS=@METACITY_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= @METACITY_LIBS@
22
 
test_gravity_LDADD= @METACITY_LIBS@
23
 
test_resizing_LDADD= @METACITY_LIBS@
24
 
test_size_hints_LDADD= @METACITY_LIBS@
25
 
focus_window_LDADD= @METACITY_LIBS@