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

Collapse All | Expand All

(-)a/panels/background/Makefile.am (-2 / +2 lines)
Lines 40-45 libbackground_chooser_la_SOURCES = \ Link Here
40
	bg-colors-source.c		\
40
	bg-colors-source.c		\
41
	bg-colors-source.h
41
	bg-colors-source.h
42
42
43
libbackground_chooser_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
44
43
libbackground_la_SOURCES =		\
45
libbackground_la_SOURCES =		\
44
	cc-background-panel.c		\
46
	cc-background-panel.c		\
45
	cc-background-panel.h
47
	cc-background-panel.h
46
-
47
--
(-)a/panels/background/Makefile.am (-3 / +2 lines)
Lines 49-57 libbackground_la_SOURCES = \ Link Here
49
libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) libbackground-chooser.la
49
libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) libbackground-chooser.la
50
50
51
if WITH_LIBSOCIALWEB
51
if WITH_LIBSOCIALWEB
52
libbackground_la_SOURCES += bg-flickr-source.c bg-flickr-source.h
52
libbackground_chooser_la_SOURCES += bg-flickr-source.c bg-flickr-source.h
53
INCLUDES += $(SOCIALWEB_CFLAGS)
53
INCLUDES += $(SOCIALWEB_CFLAGS)
54
libbackground_la_LIBADD += $(SOCIALWEB_LIBS)
54
libbackground_chooser_la_LIBADD += $(SOCIALWEB_LIBS)
55
endif
55
endif
56
56
57
noinst_PROGRAMS = test-chooser-dialog
57
noinst_PROGRAMS = test-chooser-dialog
58
-

Return to bug 490982