From 1b01c3c7544d1454ced15a8eae026f96758102a8 Mon Sep 17 00:00:00 2001 From: storri Date: Fri, 6 Jun 2003 20:04:00 +0000 Subject: Minor cosmetic Makefile changes for new automake macros. Allow netsvcs and man directories to be built --- protocols/ace/RMCast/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1