Navigation Menu

Skip to content

Commit

Permalink
Use C++ compiler to build nfkc_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2018
1 parent f4619bf commit d75bc4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Makefile.am
Expand Up @@ -4,6 +4,8 @@ SUBDIRS = \
proc \
ts

NONEXISTENT_CXX_SOURCE = nonexistent.cpp

lib_LTLIBRARIES = libgroonga.la

include $(top_srcdir)/version.sh
Expand Down Expand Up @@ -75,6 +77,8 @@ nfkc_dump_SOURCES = \
nfkc_dump_LDADD = \
libgroonga.la

nodist_EXTRA_nfkc_dump_SOURCES = $(NONEXISTENT_CXX_SOURCE)

noinst_PROGRAMS = \
nfkc_dump

Expand Down

0 comments on commit d75bc4b

Please sign in to comment.