summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation/Makefile.am')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Makefile.am b/TAO/examples/POA/Explicit_Activation/Makefile.am
index f5b4e5ade81..e95bac97658 100644
--- a/TAO/examples/POA/Explicit_Activation/Makefile.am
+++ b/TAO/examples/POA/Explicit_Activation/Makefile.am
@@ -6,7 +6,7 @@
## this file will be lost the next time it is generated.
##
## MPC Command:
-## ../bin/mwc.pl -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/config -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/templates -type automake -noreldefs TAO.mwc
+## ../bin/mwc.pl -type automake -noreldefs TAO.mwc
ACE_BUILDDIR = $(top_builddir)/..
ACE_ROOT = $(top_srcdir)/..
@@ -14,8 +14,8 @@ TAO_BUILDDIR = $(top_builddir)
TAO_ROOT = $(top_srcdir)
SUBDIRS = \
- Alt_Resources \
- .
+ . \
+ Alt_Resources
## Makefile.POA_Explicit_Activation_Server.am
@@ -29,7 +29,8 @@ server_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
- -I$(srcdir)/../Generic_Servant
+ -I$(srcdir)/../Generic_Servant \
+ -I../Generic_Servant
server_SOURCES = \
server.cpp