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

« back to all changes in this revision

Viewing changes to tests/traced/misc/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
add_icon_LDADD = \
14
15
        $(UNITY_WEBAPPS_LIBS) \
15
 
        ../../../src/libunity_webapps.la
 
16
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
16
17
 
17
18
oversized_icon_SOURCES = \
18
19
        oversized-icon.c \
20
21
 
21
22
oversized_icon_LDADD = \
22
23
        $(UNITY_WEBAPPS_LIBS) \
23
 
        ../../../src/libunity_webapps.la
 
24
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
24
25
 
25
26
invalid_data_url_SOURCES = \
26
27
        invalid-data-url.c \
28
29
 
29
30
invalid_data_url_LDADD = \
30
31
        $(UNITY_WEBAPPS_LIBS) \
31
 
        ../../../src/libunity_webapps.la
 
32
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
32
33
 
33
34
invalid_icon_url_SOURCES = \
34
35
        invalid-icon-url.c \
36
37
 
37
38
invalid_icon_url_LDADD = \
38
39
        $(UNITY_WEBAPPS_LIBS) \
39
 
        ../../../src/libunity_webapps.la
 
40
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
40
41
 
41
42
context_properties_SOURCES = \
42
43
        context-properties.c \
44
45
 
45
46
context_properties_LDADD = \
46
47
        $(UNITY_WEBAPPS_LIBS) \
47
 
        ../../../src/libunity_webapps.la
 
48
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
48
49
 
49
50
create_2_same_SOURCES = \
50
51
        create-2-same.c \
52
53
 
53
54
create_2_same_LDADD = \
54
55
        $(UNITY_WEBAPPS_LIBS) \
55
 
        ../../../src/libunity_webapps.la
 
56
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
56
57
 
57
58
create_2_SOURCES = \
58
59
        create-2.c \
60
61
 
61
62
create_2_LDADD = \
62
63
        $(UNITY_WEBAPPS_LIBS) \
63
 
        ../../../src/libunity_webapps.la
 
64
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
64
65
 
65
66
simple_create_SOURCES = \
66
67
        simple-create.c \
67
68
        ../common/uwa-test-client.c
68
69
simple_create_LDADD = \
69
70
        $(UNITY_WEBAPPS_LIBS) \
70
 
        ../../../src/libunity_webapps.la
 
71
        $(top_srcdir)/src/libunity-webapps/libunity_webapps.la
71
72
 
72
73