~sense/notify-osd/fix-465801

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Mirco Müller
  • Date: 2009-09-29 15:48:24 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20090929154824-44lqe5p9xd1g894d
took another advice from comments on LP: #361788 and removed -Werror

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
test_modules_CFLAGS =           \
56
56
        $(GCOV_CFLAGS)          \
57
 
        -Wall -Werror           \
 
57
        -Wall                   \
58
58
        $(GLIB_CFLAGS)          \
59
59
        $(GTK_CFLAGS)           \
60
60
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE \
89
89
 
90
90
AM_CFLAGS = \
91
91
        $(GCOV_CFLAGS) \
92
 
        -Wall -Werror   \
 
92
        -Wall           \
93
93
        $(GLIB_CFLAGS)          \
94
94
        -I$(top_srcdir)/src -I$(top_srcdir)/egg -I$(top_srcdir)
95
95
 
120
120
        test-raico.c
121
121
 
122
122
test_raico_CFLAGS = \
123
 
        -Wall -Werror -O0 -ggdb \
 
123
        -Wall -O0 -ggdb \
124
124
        $(GTK_CFLAGS) \
125
125
        -I$(top_srcdir)/src \
126
126
        -I$(top_srcdir)/
138
138
        test-tile.c
139
139
 
140
140
test_tile_CFLAGS = \
141
 
        -Wall -Werror -O0 -ggdb \
 
141
        -Wall -O0 -ggdb \
142
142
        $(GTK_CFLAGS) \
143
143
        -I$(top_srcdir)/src \
144
144
        -I$(top_srcdir)
155
155
        test-grow-bubble.c
156
156
 
157
157
test_grow_bubble_CFLAGS = \
158
 
        -Wall -Werror -O0 -ggdb \
 
158
        -Wall -O0 -ggdb \
159
159
        $(GTK_CFLAGS) \
160
160
        -I$(top_srcdir)/src \
161
161
        -I$(top_srcdir)
172
172
        test-scroll-text.c
173
173
 
174
174
test_scroll_text_CFLAGS = \
175
 
        -Wall -Werror -O0 -ggdb \
 
175
        -Wall -O0 -ggdb \
176
176
        $(GTK_CFLAGS) \
177
177
        -I$(top_srcdir)/src \
178
178
        -I$(top_srcdir)/