diff options
Diffstat (limited to 'protocols/ace/RMCast/Makefile.am')
-rw-r--r-- | protocols/ace/RMCast/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/Makefile.am b/protocols/ace/RMCast/Makefile.am index 5a183b2e90b..e9b4577c17a 100644 --- a/protocols/ace/RMCast/Makefile.am +++ b/protocols/ace/RMCast/Makefile.am @@ -8,7 +8,7 @@ ## Process this file with automake to create Makefile.in ## -INCLUDES = -I$(top_builddir) -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) lib_LTLIBRARIES = libACE_RMCast.la |