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