Makefile.am: use strace_CPPFLAGS consistently

* Makefile.am (libmpers_CPPFLAGS): Replace $(AM_CPPFLAGS)
with $(strace_CPPFLAGS).
This commit is contained in:
Дмитрий Левин 2016-02-03 19:18:28 +00:00
parent 751fcb8f8a
commit fafa7dc2f3

View File

@ -692,7 +692,7 @@ mpers_DEFS = $(DEFS)
mpers_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
mpers_CPPFLAGS = $(strace_CPPFLAGS) $(CPPFLAGS)
mpers_sh_opts = $(mpers_DEFS) $(mpers_INCLUDES) $(mpers_CPPFLAGS)
libmpers_CPPFLAGS = $(AM_CPPFLAGS) -DIN_MPERS
libmpers_CPPFLAGS = $(strace_CPPFLAGS) -DIN_MPERS
# mpers targets