~abreu-alexandre/libunity-webapps/bump-2.4.4-fix-distcheck

« back to all changes in this revision

Viewing changes to tests/traced/launcher/Makefile.am

  • Committer: Robert Carr
  • Date: 2012-02-04 06:17:39 UTC
  • mfrom: (503.1.2 build-system-fixes)
  • Revision ID: racarr@canonical.com-20120204061739-9ws9mbfc1n78f1kw
MergeĀ lp:~robertcarr/libunity-webapps/build-system-fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AM_CPPFLAGS = \
2
2
        $(UNITY_WEBAPPS_CFLAGS) \
3
 
        -I../../src \
 
3
        -I$(top_srcdir)/src \
 
4
        -I$(top_srcdir)/src/libunity-webapps \
4
5
        -I../common
5
6
 
6
7
noinst_PROGRAMS = \
12
13
 
13
14
set_count_LDADD = \
14
15
        $(UNITY_WEBAPPS_LIBS) \
15
 
        ../../../src/libunity_webapps.la
 
16
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
16
17
 
17
18
set_urgent_SOURCES = \
18
19
        set-urgent.c \
20
21
 
21
22
set_urgent_LDADD = \
22
23
        $(UNITY_WEBAPPS_LIBS) \
23
 
        ../../../src/libunity_webapps.la
 
24
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
24
25
 
25
26
clear_count_SOURCES = \
26
27
        clear-count.c \
28
29
 
29
30
clear_count_LDADD = \
30
31
        $(UNITY_WEBAPPS_LIBS) \
31
 
        ../../../src/libunity_webapps.la
 
32
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
32
33
 
33
34
 
34
35
set_progress_SOURCES = \
37
38
 
38
39
set_progress_LDADD = \
39
40
        $(UNITY_WEBAPPS_LIBS) \
40
 
        ../../../src/libunity_webapps.la
 
41
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
41
42
 
42
43
clear_progress_SOURCES = \
43
44
        clear-progress.c \
45
46
 
46
47
clear_progress_LDADD = \
47
48
        $(UNITY_WEBAPPS_LIBS) \
48
 
        ../../../src/libunity_webapps.la
 
49
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
49
50
 
50
51
add_actions_SOURCES = \
51
52
        add-actions.c \
53
54
 
54
55
add_actions_LDADD = \
55
56
        $(UNITY_WEBAPPS_LIBS) \
56
 
        ../../../src/libunity_webapps.la
 
57
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
57
58
 
58
59
interactive_action_callbacks_SOURCES = \
59
60
        interactive-action-callbacks.c \
60
61
        ../common/uwa-test-client.c
61
62
interactive_action_callbacks_LDADD = \
62
63
        $(UNITY_WEBAPPS_LIBS) \
63
 
        ../../../src/libunity_webapps.la
 
64
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la