[Groonga-commit] groonga/groonga at 5446f6a [master] Makefile.am: add a missing definition (#967)

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri May 24 09:50:48 JST 2019


Yasuhiro Horimoto	2019-05-24 09:50:48 +0900 (Fri, 24 May 2019)

  Revision: 5446f6ad22e844112b01d5476f5c63c287e850fd
  https://github.com/groonga/groonga/commit/5446f6ad22e844112b01d5476f5c63c287e850fd

  Message:
    Makefile.am: add a missing definition (#967)

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+2 -1)
===================================================================
--- lib/Makefile.am    2019-05-23 17:11:41 +0900 (6cc073b49)
+++ lib/Makefile.am    2019-05-24 09:50:48 +0900 (29d0fa8bd)
@@ -72,7 +72,8 @@ libgroonga_la_LIBADD +=				\
 	$(LIBZSTD_LIBS)				\
 	$(ATOMIC_LIBS)				\
 	$(ARROW_LIBS)				\
-	$(WINDOWS_LIBS)
+	$(WINDOWS_LIBS)				\
+	$(LUAJIT_LIBS)
 
 nfkc_dump_SOURCES =				\
 	nfkc_dump.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190524/053c7211/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index