summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-08-29 21:10:25 (GMT)
committerBrad King <brad.king@kitware.com>2001-08-29 21:10:25 (GMT)
commit2eefa2286aabfd0d156998af15390d7937376e16 (patch)
treef1f7f345744533809db6d593192a4588c35eb5f2 /Source/cmCableWrapTclCommand.cxx
parentf1e2a7062b64cb37d4903ba0f832e32a02bf4948 (diff)
downloadCMake-2eefa2286aabfd0d156998af15390d7937376e16.zip
CMake-2eefa2286aabfd0d156998af15390d7937376e16.tar.gz
CMake-2eefa2286aabfd0d156998af15390d7937376e16.tar.bz2
ENH: Updated generated dependencies since cable's installation directory now uses separate CxxTypes and WrapTclFacility subdirecories for includes.
Diffstat (limited to 'Source/cmCableWrapTclCommand.cxx')
-rw-r--r--Source/cmCableWrapTclCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx
index 03ee44a..510d781 100644
--- a/Source/cmCableWrapTclCommand.cxx
+++ b/Source/cmCableWrapTclCommand.cxx
@@ -231,7 +231,7 @@ void cmCableWrapTclCommand::GenerateCableFiles() const
cmSourceFile file;
file.SetName(packageTclFileName.c_str(), outDir.c_str(), "cxx", false);
// Set dependency hints.
- file.GetDepends().push_back("wrapCalls.h");
+ file.GetDepends().push_back("WrapTclFacility/wrapCalls.h");
m_Makefile->AddSource(file, m_TargetName.c_str());
}
@@ -398,7 +398,7 @@ void cmCableWrapTclCommand::GenerateCableClassFiles(const char* name,
{
file.GetDepends().push_back(*source);
}
- file.GetDepends().push_back("wrapCalls.h");
+ file.GetDepends().push_back("WrapTclFacility/wrapCalls.h");
m_Makefile->AddSource(file, m_TargetName.c_str());
}