26 lines
802 B
Diff
26 lines
802 B
Diff
|
From 0d6bccaf4ded90bd89f56eec849511d20ae714ab Mon Sep 17 00:00:00 2001
|
||
|
From: Kalev Lember <kalevlember@gmail.com>
|
||
|
Date: Wed, 16 Oct 2013 10:01:36 +0000
|
||
|
Subject: background: Fix test-chooser-dialog build with some linkers
|
||
|
|
||
|
List missing libs for the libbackground-chooser.la convenience library.
|
||
|
|
||
|
https://bugzilla.gnome.org/show_bug.cgi?id=709302
|
||
|
---
|
||
|
diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am
|
||
|
index f24f8b3..2766207 100644
|
||
|
--- a/panels/background/Makefile.am
|
||
|
+++ b/panels/background/Makefile.am
|
||
|
@@ -40,6 +40,8 @@ libbackground_chooser_la_SOURCES = \
|
||
|
bg-colors-source.c \
|
||
|
bg-colors-source.h
|
||
|
|
||
|
+libbackground_chooser_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
|
||
|
+
|
||
|
libbackground_la_SOURCES = \
|
||
|
cc-background-panel.c \
|
||
|
cc-background-panel.h
|
||
|
--
|
||
|
cgit v0.9.2
|
||
|
|