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
This commit is contained in:
parent
97284c9111
commit
6edfb82652
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue