[gtksourceview/gnome-3-0] Fix linker failure building gtk-docs
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-0] Fix linker failure building gtk-docs
- Date: Sun, 26 Jun 2011 18:37:03 +0000 (UTC)
commit 80bb06a79f96c556c370f11b700efeb79c6f830a
Author: Rico Tzschichholz <ricotz t-online de>
Date: Sun Jun 26 20:28:22 2011 +0200
Fix linker failure building gtk-docs
docs/reference/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index ea08c38..84ac03f 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1,5 +1,5 @@
GTKDOC_CFLAGS = -I$(top_srcdir) $(DEP_CFLAGS)
-GTKDOC_LIBS = $(top_builddir)/gtksourceview/libgtksourceview-3.0.la
+GTKDOC_LIBS = $(top_builddir)/gtksourceview/libgtksourceview-3.0.la $(DEP_LIBS)
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.7
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]