Makefile.am: use strace_CPPFLAGS consistently
* Makefile.am (libmpers_CPPFLAGS): Replace $(AM_CPPFLAGS) with $(strace_CPPFLAGS).
This commit is contained in:
parent
751fcb8f8a
commit
fafa7dc2f3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user