summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/ORT/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Makefile.am b/TAO/orbsvcs/examples/ORT/Makefile.am
index bbc3ee76c13..066749b8639 100644
--- a/TAO/orbsvcs/examples/ORT/Makefile.am
+++ b/TAO/orbsvcs/examples/ORT/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)/..
@@ -112,6 +112,11 @@ sum_server-stamp: $(srcdir)/sum_server.idl $(TAO_IDL_DEP)
@touch $@
+noinst_HEADERS = \
+ Gateway.idl \
+ ObjectReferenceFactory.idl \
+ sum_server.idl
+
endif !BUILD_MINIMUM_CORBA
## Makefile.ORT_Gateway.am