[dconf] Fix linking with pedantic linkers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] Fix linking with pedantic linkers
- Date: Sat, 12 Jun 2010 21:45:27 +0000 (UTC)
commit dad09cb4f39d2cff423fd29058d4d2f746bf438d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 12 17:43:54 2010 -0400
Fix linking with pedantic linkers
bin/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index c4d8ccb..d771ce4 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -3,4 +3,4 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client
bin_PROGRAMS = dconf
-dconf_LDADD = ../client/libdconf.la
+dconf_LDADD = ../client/libdconf.la $(gio_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]