summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <fred@hornsey.us>2019-01-15 12:14:07 -0600
committerFred Hornsey <fred@hornsey.us>2019-01-15 12:14:07 -0600
commit03acf701dbb3674fd4c7c7a3a22f08d9213163e5 (patch)
treee0da28697043ffa136347a4ab43f4ac29af9c95f
parentd55b73e08a69f9e747ac6102f90ce60a589d708b (diff)
downloadATCD-03acf701dbb3674fd4c7c7a3a22f08d9213163e5.tar.gz
Fix orbsvcs for IDL_Files changes
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP.mpc1
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.mpc1
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP.mpc b/TAO/orbsvcs/orbsvcs/HTIOP.mpc
index 67fc0f96766..4178a55c569 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/HTIOP.mpc
@@ -15,6 +15,7 @@ project : htbp, orbsvcslib, orbsvcs_output, install, tao_versioning_idl_defaults
idlflags += -Sci -Gp -Gd -Sa -Sorb \
-o HTIOP
idlflags -= -St
+ gendir = HTIOP
HTIOP/htiop_endpoints.pidl
}
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
index 30e99c0ffa4..afcc8c0a05d 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
@@ -58,6 +58,7 @@ project(SSLIOP) : orbsvcslib, orbsvcs_output, install, security, ssl, pi_server,
idlflags += -Sci -Gp -Gd -Sa -Sorb \
-o SSLIOP
idlflags -= -St
+ gendir = SSLIOP
SSLIOP/ssl_endpoints.pidl
}
}