diff options
author | Brian Paul <[email protected]> | 2015-03-03 09:40:40 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-04 08:33:48 -0700 |
commit | 25a847d9cc046584aa43894f70da1bf11ba48f09 (patch) | |
tree | 08eef31415732102255920ee9d6f9529e2eeeb2c /src/mapi/Makefile.am | |
parent | 0339e7dbdab2ee3a4776e50461bc4697a23b57b6 (diff) |
mapi: remove unneeded ARRAY_SIZE #define
include util/macros.h instead.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 90ba5715f13..ef6f5eeab92 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -46,6 +46,7 @@ AM_CPPFLAGS = \ $(DEFINES) \ $(SELINUX_CFLAGS) \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_builddir)/src/mapi |