Skip to content

Commit

Permalink
Merge pull request #276 from knu/use_vendor_headers
Browse files Browse the repository at this point in the history
Make sure to use the header files of onigmo in vendor.

Patch by Akinori MUSHA. Thanks!!!
  • Loading branch information
kou committed Jan 30, 2015
2 parents 033889a + dbfecf2 commit 8bff7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Makefile.am
Expand Up @@ -11,12 +11,12 @@ AM_CFLAGS = \
$(GRN_CFLAGS) \
$(MESSAGE_PACK_CFLAGS) \
$(MRUBY_CFLAGS) \
$(ONIGMO_CFLAGS) \
$(LIBLZ4_CFLAGS)

DEFAULT_INCLUDES = \
-I$(top_builddir) \
-I$(top_srcdir)/include
-I$(top_srcdir)/include \
$(ONIGMO_CFLAGS)

DEFS += -D_REENTRANT $(GRN_DEFS) -DGRN_DAT_EXPORT

Expand Down

0 comments on commit 8bff7d3

Please sign in to comment.