diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-18 00:10:39 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-18 00:10:39 +0000 |
commit | 49b999d5cffe084cbf744f781ffe4581e3439558 (patch) | |
tree | 1bbce4f53aa167ed285db9b7f10a2b8fa2f3a2b1 /TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor | |
parent | ae0365601e6f58239bfdfdb847c2a909b61b411c (diff) | |
download | ATCD-49b999d5cffe084cbf744f781ffe4581e3439558.tar.gz |
ChangeLogTag:Sun Sep 17 17:07:07 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor')
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor b/TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor index 306cd28b453..46342648635 100644 --- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor +++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo.bor @@ -14,12 +14,14 @@ CFLAGS = \ $(ACE_CFLAGS) \ $(TAO_CFLAGS) \ $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_IORTABLE_CFLAGS) \ $(TAO_SVC_UTILS_CFLAGS) LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ + $(TAO_IORTABLE_LIB) \ $(TAO_SVC_UTILS_LIB) CPPDIR = . |