diff options
Diffstat (limited to 'TAO/tao/IORTable/IORTable.mpc')
-rw-r--r-- | TAO/tao/IORTable/IORTable.mpc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/IORTable/IORTable.mpc b/TAO/tao/IORTable/IORTable.mpc index fc1ab965264..e7229ec5e68 100644 --- a/TAO/tao/IORTable/IORTable.mpc +++ b/TAO/tao/IORTable/IORTable.mpc @@ -1,5 +1,5 @@ //$Id$ -project(*core_idl) : tao_versioning_idl_defaults { +project(*core_idl) : tao_versioning_idl_defaults, install { custom_only = 1 IDL_Files { idlflags += -Gp -Gd -Sci -SS -Sorb \ @@ -10,6 +10,10 @@ project(*core_idl) : tao_versioning_idl_defaults { -iC tao/IORTable IORTable.pidl } + + specific { + install_dir = tao/IORTable + } } project(IORTable) : taolib, tao_output, install, taoidldefaults { |