~osomon/libappindicator/bionic-ftbfs-fix

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Tarmac
  • Author(s): Ted Gould, Matthias Klose
  • Date: 2013-12-19 17:34:38 UTC
  • mfrom: (269.1.2 ppc-fixes)
  • Revision ID: tarmac-20131219173438-8dsrqcu1mf6b8y6x
Fix build failures on trusty. Fixes: https://bugs.launchpad.net/bugs/1262655.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
test_libappindicator_CFLAGS = \
33
33
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
34
34
        -DSRCDIR="\"$(srcdir)\"" \
35
 
        -Wall -Werror \
 
35
        -Wall -Werror -Wno-error=deprecated-declarations \
36
36
        -I$(top_srcdir)/src
37
37
 
38
38
test_libappindicator_LDADD = \
49
49
 
50
50
test_libappindicator_dbus_client_CFLAGS = \
51
51
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
52
 
        -Wall -Werror \
 
52
        -Wall -Werror -Wno-error=deprecated-declarations \
53
53
        -I$(top_srcdir)/src
54
54
 
55
55
test_libappindicator_dbus_client_LDADD = \
66
66
 
67
67
test_libappindicator_dbus_server_CFLAGS = \
68
68
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
69
 
        -Wall -Werror \
 
69
        -Wall -Werror -Wno-error=deprecated-declarations \
70
70
        -I$(top_srcdir)/src
71
71
 
72
72
test_libappindicator_dbus_server_LDADD = \
83
83
 
84
84
test_libappindicator_status_client_CFLAGS = \
85
85
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
86
 
        -Wall -Werror \
 
86
        -Wall -Werror -Wno-error=deprecated-declarations \
87
87
        -I$(top_srcdir)/src
88
88
 
89
89
test_libappindicator_status_client_LDADD = \
100
100
 
101
101
test_libappindicator_status_server_CFLAGS = \
102
102
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
103
 
        -Wall -Werror \
 
103
        -Wall -Werror -Wno-error=deprecated-declarations \
104
104
        -I$(top_srcdir)/src
105
105
 
106
106
test_libappindicator_status_server_LDADD = \
116
116
 
117
117
test_libappindicator_fallback_watcher_CFLAGS = \
118
118
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
119
 
        -Wall -Werror \
 
119
        -Wall -Werror -Wno-error=deprecated-declarations \
120
120
        -I$(top_srcdir)/src
121
121
 
122
122
test_libappindicator_fallback_watcher_LDADD = \
128
128
 
129
129
test_libappindicator_fallback_item_CFLAGS = \
130
130
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
131
 
        -Wall -Werror \
 
131
        -Wall -Werror -Wno-error=deprecated-declarations \
132
132
        -I$(top_srcdir)/src
133
133
 
134
134
test_libappindicator_fallback_item_LDADD = \
198
198
 
199
199
test_simple_app_CFLAGS = \
200
200
        $(TESTDEPS_CFLAGS) $(LIBRARY_CFLAGS) \
201
 
        -Wall -Werror \
 
201
        -Wall -Werror -Wno-error=deprecated-declarations \
202
202
        -I$(top_srcdir)/src
203
203
 
204
204
test_simple_app_LDADD = \