This is an automated email from the ASF dual-hosted git repository.
wesm 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 6182d46 ARROW-3445: [GLib] Fix libarrow-glib link for libparquet-glib
6182d46 is described below
commit 6182d4677d89aeda6a59090f2ea90e4e41a8211d
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 \