[Groonga-commit] groonga/groonga at d75bc4b [master] Use C++ compiler to build nfkc_dump

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 21 12:55:49 JST 2018


Kouhei Sutou	2018-06-21 12:55:49 +0900 (Thu, 21 Jun 2018)

  New Revision: d75bc4b1cc68640d90f9c3bebf29ffedb0fae50c
  https://github.com/groonga/groonga/commit/d75bc4b1cc68640d90f9c3bebf29ffedb0fae50c

  Message:
    Use C++ compiler to build nfkc_dump

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+4 -0)
===================================================================
--- lib/Makefile.am    2018-06-21 12:54:55 +0900 (c1b11553c)
+++ lib/Makefile.am    2018-06-21 12:55:49 +0900 (1f66f35a1)
@@ -4,6 +4,8 @@ SUBDIRS =					\
 	proc					\
 	ts
 
+NONEXISTENT_CXX_SOURCE = nonexistent.cpp
+
 lib_LTLIBRARIES = libgroonga.la
 
 include $(top_srcdir)/version.sh
@@ -75,6 +77,8 @@ nfkc_dump_SOURCES =				\
 nfkc_dump_LDADD =				\
 	libgroonga.la
 
+nodist_EXTRA_nfkc_dump_SOURCES = $(NONEXISTENT_CXX_SOURCE)
+
 noinst_PROGRAMS =				\
 	nfkc_dump
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180621/528924d8/attachment.htm 



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