summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am b/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am
index 163e1365165..b063eebe7dc 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/Makefile.am
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/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)/..
@@ -79,6 +79,10 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
@touch $@
+noinst_HEADERS = \
+ service_config.idl \
+ test.idl
+
## Makefile.ImR_Combined_Service.am
if BUILD_EXCEPTIONS
@@ -149,7 +153,7 @@ libDynServer_la_SOURCES = \
testC.cpp \
testS.cpp
-noinst_HEADERS = \
+noinst_HEADERS += \
dynserver.h \
dynserver_export.h