Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698774 | Differences between
and this patch

Collapse All | Expand All

(-)a/libindicator/Makefile.am (-1 / +1 lines)
Lines 57-63 libindicator_la_CFLAGS = \ Link Here
57
	$(LIBINDICATOR_CFLAGS) \
57
	$(LIBINDICATOR_CFLAGS) \
58
	$(COVERAGE_CFLAGS) \
58
	$(COVERAGE_CFLAGS) \
59
	-DG_LOG_DOMAIN=\"libindicator\" \
59
	-DG_LOG_DOMAIN=\"libindicator\" \
60
	-Wall -Werror
60
	-Wall -Wno-error
61
61
62
libindicator_la_LIBADD = \
62
libindicator_la_LIBADD = \
63
	$(LIBINDICATOR_LIBS)
63
	$(LIBINDICATOR_LIBS)
(-)a/libindicator/Makefile.in (-1 / +1 lines)
Lines 380-386 libindicator_la_CFLAGS = \ Link Here
380
	$(LIBINDICATOR_CFLAGS) \
380
	$(LIBINDICATOR_CFLAGS) \
381
	$(COVERAGE_CFLAGS) \
381
	$(COVERAGE_CFLAGS) \
382
	-DG_LOG_DOMAIN=\"libindicator\" \
382
	-DG_LOG_DOMAIN=\"libindicator\" \
383
	-Wall -Werror
383
	-Wall -Wno-error
384
384
385
libindicator_la_LIBADD = \
385
libindicator_la_LIBADD = \
386
	$(LIBINDICATOR_LIBS)
386
	$(LIBINDICATOR_LIBS)
(-)a/tools/Makefile.am (-1 / +1 lines)
Lines 17-23 indicator_loader_SOURCES = \ Link Here
17
	indicator-loader.c
17
	indicator-loader.c
18
18
19
indicator_loader_CFLAGS = \
19
indicator_loader_CFLAGS = \
20
	-Wall -Werror \
20
	-Wall -Wno-error \
21
	$(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
21
	$(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
22
	-DBUILD_DIR="\"$(builddir)\""
22
	-DBUILD_DIR="\"$(builddir)\""
23
23
(-)a/tools/Makefile.in (-1 / +1 lines)
Lines 303-309 indicator_loader_SOURCES = \ Link Here
303
	indicator-loader.c
303
	indicator-loader.c
304
304
305
indicator_loader_CFLAGS = \
305
indicator_loader_CFLAGS = \
306
	-Wall -Werror \
306
	-Wall -Wno-error \
307
	$(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
307
	$(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
308
	-DBUILD_DIR="\"$(builddir)\""
308
	-DBUILD_DIR="\"$(builddir)\""
309
309

Return to bug 698774