[gdl] Pass explicit linker flags to fix test-dock build
- From: Wouter Bolsterlee <wbolster src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdl] Pass explicit linker flags to fix test-dock build
- Date: Sun, 13 Mar 2011 00:37:15 +0000 (UTC)
commit d637a455a25a58b8c6be6bf400938e58fbb94390
Author: Wouter Bolsterlee <wbolster gnome org>
Date: Sun Mar 13 01:34:46 2011 +0100
Pass explicit linker flags to fix test-dock build
Linking failed with a recent toolchain because there was no explicit
reference to the GTK+ libraries, but symbols from that library where
used directly.
gdl/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdl/Makefile.am b/gdl/Makefile.am
index 6190176..d5d2f25 100644
--- a/gdl/Makefile.am
+++ b/gdl/Makefile.am
@@ -72,7 +72,7 @@ libgdl_3_la_LDFLAGS = $(EXTRA_LDFLAGS) \
noinst_PROGRAMS=test-dock
test_dock_sources=test-dock.c
-test_dock_LDADD=libgdl-3.la $(XML_LIBS)
+test_dock_LDADD=libgdl-3.la $(XML_LIBS) $(GDL_DEPENDENCIES_LIBS)
noinst_SCRIPTS = test-dock-seed.js test-dock-gjs.js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]