[gnome-control-center] background: fix link of tester program



commit f5063247e954a136682e031d7d6eea86e7f51553
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Feb 11 14:26:47 2014 -0500

    background: fix link of tester program
    
    Libraries belong in _LDADD, not _LDFLAGS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724192

 panels/background/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am
index 58e39aa..98efafe 100644
--- a/panels/background/Makefile.am
+++ b/panels/background/Makefile.am
@@ -56,8 +56,7 @@ endif
 
 noinst_PROGRAMS = test-chooser-dialog
 test_chooser_dialog_SOURCES = test-chooser-dialog.c
-test_chooser_dialog_LDADD = libbackground-chooser.la
-test_chooser_dialog_LDFLAGS = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
+test_chooser_dialog_LDADD = libbackground-chooser.la $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
 
 resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies 
$(srcdir)/background.gresource.xml)
 cc-background-resources.c: background.gresource.xml $(resource_files)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]