diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-17 22:20:25 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-17 22:20:25 +0000 |
commit | 52a6e0d2a3e49269a93a38c50cfed969cb2e571e (patch) | |
tree | 2323c951a2bcf7b76a808bf19a8c025ce9f74864 /TAO/tao/Codeset | |
parent | d9fd7b7358d7f4f35073cf6ced5b295055efe873 (diff) | |
download | ATCD-52a6e0d2a3e49269a93a38c50cfed969cb2e571e.tar.gz |
ChangeLogTag: Fri Sep 17 22:15:54 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/Codeset')
-rw-r--r-- | TAO/tao/Codeset/Codeset.mpc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Codeset/Codeset.mpc b/TAO/tao/Codeset/Codeset.mpc index 8071e8afc4a..37ab6cfde4b 100644 --- a/TAO/tao/Codeset/Codeset.mpc +++ b/TAO/tao/Codeset/Codeset.mpc @@ -20,6 +20,12 @@ project(Codeset) : taolib, tao_output, install, taoidldefaults, nolink_codecfact CodeSetContextC.cpp } + Header_Files { + *.h + CodeSetContextC.h + CodeSetContextS.h + } + specific { install_dir = tao/Codeset } |