diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-01-20 14:45:21 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-01-20 14:45:21 +0000 |
commit | 9591fbbc06b75f954564b55f6cd0015ebde7b483 (patch) | |
tree | 16587d47ef00d3c7e7cba178934523a5ad993b6d /TAO/tao/DynamicInterface.mpc | |
parent | 4034727551651be8c049c4340d13b9e8947f63eb (diff) | |
download | ATCD-9591fbbc06b75f954564b55f6cd0015ebde7b483.tar.gz |
ChangeLogTag: Thu Jan 20 06:42:31 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tao/DynamicInterface.mpc')
-rw-r--r-- | TAO/tao/DynamicInterface.mpc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface.mpc b/TAO/tao/DynamicInterface.mpc index 6dbe854fd98..3c5a4cd6488 100644 --- a/TAO/tao/DynamicInterface.mpc +++ b/TAO/tao/DynamicInterface.mpc @@ -19,10 +19,14 @@ project : taolib, core, messaging, minimum_corba { DynamicInterface } - Resource_files { + Resource_Files { DynamicInterface } PIDL_Files { } + + Pkgconfig_Files { + DynamicInterface/TAO_DynamicInterface.pc.in + } } |