Navigation Menu

Skip to content

Commit

Permalink
Add descriptive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 30, 2015
1 parent cf83c36 commit fbdefbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/Makefile.am
Expand Up @@ -12,11 +12,14 @@ AM_CFLAGS = \
$(MESSAGE_PACK_CFLAGS) \
$(LIBLZ4_CFLAGS)

BUNDLED_LIBRARIES_CFLAGS = \
$(MRUBY_CFLAGS) \
$(ONIGMO_CFLAGS)

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

DEFS += -D_REENTRANT $(GRN_DEFS) -DGRN_DAT_EXPORT

Expand Down

0 comments on commit fbdefbc

Please sign in to comment.