[gnome-control-center] background: Fix compilation with libsocialweb support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] background: Fix compilation with libsocialweb support
- Date: Tue, 12 Nov 2013 07:50:42 +0000 (UTC)
commit 6edfb82652fbc1c637b3303c174db748afe6c8d6
Author: Bastien Nocera <hadess hadess net>
Date: Tue Nov 12 08:45:43 2013 +0100
background: Fix compilation with libsocialweb support
The flickr source files were added to the wrong internal shared
library, so that the panel could be linked, but not the test
application.
https://bugzilla.gnome.org/show_bug.cgi?id=710829
panels/background/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am
index 2766207..58e39aa 100644
--- a/panels/background/Makefile.am
+++ b/panels/background/Makefile.am
@@ -49,9 +49,9 @@ libbackground_la_SOURCES = \
libbackground_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS) libbackground-chooser.la
if WITH_LIBSOCIALWEB
-libbackground_la_SOURCES += bg-flickr-source.c bg-flickr-source.h
+libbackground_chooser_la_SOURCES += bg-flickr-source.c bg-flickr-source.h
INCLUDES += $(SOCIALWEB_CFLAGS)
-libbackground_la_LIBADD += $(SOCIALWEB_LIBS)
+libbackground_chooser_la_LIBADD += $(SOCIALWEB_LIBS)
endif
noinst_PROGRAMS = test-chooser-dialog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]