diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-30 08:06:00 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-11-30 08:06:00 +0000 |
commit | de846c319b3bd564f4ee8373c50733ee3e7b3599 (patch) | |
tree | c9513ff27cbb951f018d76e7e807d503950d2185 /TAO/CIAO/DAnCE/RepositoryManager | |
parent | cc6d5b918834cff2a1b2f27b990f2ee604ec15e6 (diff) | |
download | ATCD-de846c319b3bd564f4ee8373c50733ee3e7b3599.tar.gz |
ChangeLogTag: Wed Nov 30 08:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/CIAO/DAnCE/RepositoryManager')
-rw-r--r-- | TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc b/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc index 4e059b669b2..340efeb7322 100644 --- a/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc +++ b/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc @@ -4,11 +4,11 @@ project(Repository_Manager): ciao_server_dnc,ciao_deployment_svnt, ciao_deployment_stub, taoexe, xerces, exceptions { exename = executor after += Config_Handlers ExecutionManager_stub NodeManager_stub - includes += /usr/include $(CIAO_ROOT)/tools - libpaths += /usr/lib + includes += $(CIAO_ROOT)/tools libs += Config_Handlers NodeManager_stub libs += ExecutionManager_stub CIAO_DnC_Server after += Config_Handlers + requires += dummy_label IDL_Files { RepositoryManager.idl |