diff options
Diffstat (limited to 'TAO/examples/POA/Adapter_Activator/Makefile.bor')
-rw-r--r-- | TAO/examples/POA/Adapter_Activator/Makefile.bor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/Adapter_Activator/Makefile.bor b/TAO/examples/POA/Adapter_Activator/Makefile.bor index a59d1591ce3..1e8dbe3964d 100644 --- a/TAO/examples/POA/Adapter_Activator/Makefile.bor +++ b/TAO/examples/POA/Adapter_Activator/Makefile.bor @@ -18,7 +18,7 @@ LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - ..\Generic_Servant\$(BINDIR)\Generic_Servant$(LIB_DECORATOR).lib + $(CORE_BINDIR)\Generic_Servant$(LIB_DECORATOR).lib CPPDIR = . |