diff options
author | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-15 13:17:05 +0000 |
---|---|---|
committer | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-15 13:17:05 +0000 |
commit | 5a9af21ef627c348a758da7d18163f1bd4786caa (patch) | |
tree | a50f3c6c0fb1d7a9961e4dd2605413bdea797360 /TAO/examples/ior_corbaloc | |
parent | e486ff5de0845b4c683b3c1b88448444a270a8fe (diff) | |
download | ATCD-5a9af21ef627c348a758da7d18163f1bd4786caa.tar.gz |
ChangeLogTag: Thu May 15 14:07:33 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/examples/ior_corbaloc')
-rw-r--r-- | TAO/examples/ior_corbaloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/ior_corbaloc/Makefile b/TAO/examples/ior_corbaloc/Makefile index b0df89ac55e..1c961126ccc 100644 --- a/TAO/examples/ior_corbaloc/Makefile +++ b/TAO/examples/ior_corbaloc/Makefile @@ -15,7 +15,7 @@ endif # ! TAO_ROOT IDL_FILES = corbaloc IDL_SRC = corbalocC corbalocS -LDLIBS = -lTAO_CosNaming -lTAO_PortableServer -lTAO +LDLIBS = -lTAO_CosNaming -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO #CPPFLAGS += -I$(TAO_ROOT)/orbsvcs BIN = server client corbaname_client |