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

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

commit ef02c81e36bc2af51b82b0c5f30f60fe3f15c851
Author: Kouhei Sutou <[email protected]>
AuthorDate: Sun Oct 7 12:16:12 2018 -0400

    ARROW-3445: [GLib] Fix libarrow-glib link for libparquet-glib
    
    Author: Kouhei Sutou <[email protected]>
    
    Closes #2709 from kou/glib-add-missing-arrow-glib-link and squashes the 
following commits:
    
    849da3d2e <Kouhei Sutou>  Fix libarrow-glib link
---
 c_glib/parquet-glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_glib/parquet-glib/Makefile.am b/c_glib/parquet-glib/Makefile.am
index 7ade780..d029ddd 100644
--- a/c_glib/parquet-glib/Makefile.am
+++ b/c_glib/parquet-glib/Makefile.am
@@ -49,7 +49,7 @@ libparquet_glib_la_LIBADD =                   \
        $(GLIB_LIBS)                            \
        $(ARROW_LIBS)                           \
        $(PARQUET_LIBS)                         \
-       $(GARROW_LIBS)
+       ../arrow-glib/libarrow-glib.la
 
 libparquet_glib_la_headers =                   \
        arrow-file-reader.h                     \

Reply via email to