[liboobs] Link against OOBS_LIBS so strict linking works



commit 6f763b45bb79a4e27a1934d3897b7532362e857c
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Dec 7 16:02:38 2010 +1100

    Link against OOBS_LIBS so strict linking works

 doc/reference/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index d829c72..f8deedd 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -34,7 +34,7 @@ IGNORE_HFILES=	\
 # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
 # contains GtkObjects/GObjects and you want to document signals and properties.
 INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(OOBS_CFLAGS)
-GTKDOC_LIBS = $(top_builddir)/oobs/liboobs-1.la
+GTKDOC_LIBS = $(top_builddir)/oobs/liboobs-1.la $(OOBS_LIBS)
 
 # Extra options to supply to gtkdoc-mkdb.
 MKDB_OPTIONS=--output-format=xml



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