diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-10-03 18:18:43 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-10-03 18:18:43 +1000 |
commit | 899d510f9814281a00932953c5fb916260f50107 (patch) | |
tree | b896b104f8371787cd297b28a4fbdd66c65c1934 /ext/collators | |
parent | 71b28462ad9a7f82611afb5de558e1250dc59a21 (diff) | |
download | mongo-899d510f9814281a00932953c5fb916260f50107.tar.gz |
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'
Diffstat (limited to 'ext/collators')
-rw-r--r-- | ext/collators/reverse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/collators/reverse/Makefile.am b/ext/collators/reverse/Makefile.am index 33e52907692..4221d6fa4e3 100644 --- a/ext/collators/reverse/Makefile.am +++ b/ext/collators/reverse/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)/src/include lib_LTLIBRARIES = reverse_collator.la reverse_collator_la_LDFLAGS = -avoid-version -module |