summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Array_VarOut_T.h1
-rw-r--r--TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc1
-rw-r--r--TAO/tao/CodecFactory/CodecFactory.mpc1
4 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 526ea34585a..c7fa1b581b3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 28 12:46:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/BiDir_GIOP/BiDir_GIOP.mpc:
+ * tao/CodecFactory/CodecFactory.mpc:
+ Added the generated export files so that they get installed
+
Wed Sep 28 12:42:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Generic_Sequence_T.h:
diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h
index 904c3d96a29..b6f17f221f5 100644
--- a/TAO/tao/Array_VarOut_T.h
+++ b/TAO/tao/Array_VarOut_T.h
@@ -11,7 +11,6 @@
*/
//=============================================================================
-
#ifndef TAO_ARRAY_VAROUT_T_H
#define TAO_ARRAY_VAROUT_T_H
diff --git a/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc b/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
index 821c59de597..f1c6a688be0 100644
--- a/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
+++ b/TAO/tao/BiDir_GIOP/BiDir_GIOP.mpc
@@ -29,6 +29,7 @@ project(BiDir_GIOP) : taolib, tao_output, install, pi, taoidldefaults {
Header_Files {
*.h
+ bidirgiop_export.h
BiDirPolicyC.h
BiDirPolicyS.h
}
diff --git a/TAO/tao/CodecFactory/CodecFactory.mpc b/TAO/tao/CodecFactory/CodecFactory.mpc
index ba6defef376..cbda75b62d4 100644
--- a/TAO/tao/CodecFactory/CodecFactory.mpc
+++ b/TAO/tao/CodecFactory/CodecFactory.mpc
@@ -39,6 +39,7 @@ project(CodecFactory) : taolib, tao_output, install, anytypecode, taoidldefaults
}
Header_Files {
+ codecfactory_export.h
*.h
IOP_CodecA.h
IOP_CodecC.h