You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/05/01 13:30:21 UTC

[arrow] branch master updated: ARROW-2530: [GLib] Support out-of-source directory build again

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 113835a  ARROW-2530: [GLib] Support out-of-source directory build again
113835a is described below

commit 113835aeafc24ad3e289a768dd5da08eb69e4712
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Tue May 1 15:30:13 2018 +0200

    ARROW-2530: [GLib] Support out-of-source directory build again
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #1974 from kou/glib-support-out-of-source-directory-build-again and squashes the following commits:
    
    c83d2ba1 <Kouhei Sutou>  Support out-of-source directory build again
---
 c_glib/doc/reference/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/c_glib/doc/reference/Makefile.am b/c_glib/doc/reference/Makefile.am
index 1c3fdfb..35f803e 100644
--- a/c_glib/doc/reference/Makefile.am
+++ b/c_glib/doc/reference/Makefile.am
@@ -20,7 +20,8 @@ DOC_MODULE = arrow-glib
 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
 
 DOC_SOURCE_DIR =				\
-	$(top_srcdir)/arrow-glib
+	$(top_srcdir)/arrow-glib		\
+	$(top_builddir)/arrow-glib
 
 SCAN_OPTIONS =						\
 	--deprecated-guards="GARROW_DISABLE_DEPRECATED"

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.