[glib/glib-2-26] build: fix out of srcdir build
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [glib/glib-2-26] build: fix out of srcdir build
- Date: Fri, 24 Sep 2010 18:49:39 +0000 (UTC)
commit e826803002ab1795a90da2ffd2928feeeeb7f445
Author: Stefan Kost <ensonic users sf net>
Date:   Thu Sep 23 18:41:57 2010 +0300
    build: fix out of srcdir build
    
    The gtk-doc makefile rules do cd srcdir && cp $(HTML_IMAGES) target/ and this
    breaks for "srcdir" != ".".
 docs/reference/gobject/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gobject/Makefile.am b/docs/reference/gobject/Makefile.am
index d2adccd..61de126 100644
--- a/docs/reference/gobject/Makefile.am
+++ b/docs/reference/gobject/Makefile.am
@@ -40,7 +40,7 @@ GTKDOC_LIBS = \
 
 # Images to copy into HTML directory
 HTML_IMAGES =  \
-	$(srcdir)/images/glue.png
+	images/glue.png
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 content_files = version.xml 		\
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]