diff options
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/Makefile')
-rw-r--r-- | TAO/orbsvcs/tests/ImplRepo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Makefile b/TAO/orbsvcs/tests/ImplRepo/Makefile index acc5cc33939..f4a08d2785e 100644 --- a/TAO/orbsvcs/tests/ImplRepo/Makefile +++ b/TAO/orbsvcs/tests/ImplRepo/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LDLIBS = -lTAO_IORTable -lTAO_PortableServer -lTAO +LDLIBS = -lTAO_IORTable $(TAO_SRVR_LIBS) CPPFLAGS += -I$(TAO_ROOT) IDL_FILES = Airplane Nestea |