diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-18 09:24:47 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-18 09:24:47 +0000 |
commit | 9cd2cb71e5ac492bf4d9888d6120d91bc31b9f0a (patch) | |
tree | c617fbee5cc26a82e8fef72cc32cab3ffe5c9a9b /TAO/tests/Smart_Proxies | |
parent | 40c968f574bb0e51eb00d6e195186a26b6002510 (diff) | |
download | ATCD-9cd2cb71e5ac492bf4d9888d6120d91bc31b9f0a.tar.gz |
Sun Feb 18 03:22:01 2001 Krishnakumar B <kitty@cs.wustl.edu>
* tests/Smart_Proxies/Makefile (LDFLAGS):
Added -I$(TAO_ROOT)/tao to LDFLAGS to appease cxx on Tru64.
Diffstat (limited to 'TAO/tests/Smart_Proxies')
-rw-r--r-- | TAO/tests/Smart_Proxies/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Smart_Proxies/Makefile b/TAO/tests/Smart_Proxies/Makefile index 01c887fa834..425a9bf77d3 100644 --- a/TAO/tests/Smart_Proxies/Makefile +++ b/TAO/tests/Smart_Proxies/Makefile @@ -43,7 +43,7 @@ include $(TAO_ROOT)/taoconfig.mk # Local targets #---------------------------------------------------------------------------- -LDFLAGS += -L$(TAO_ROOT)/tao +LDFLAGS += -L$(TAO_ROOT)/tao -I$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT)/tao .PRECIOUS: testC.h testC.i testC.cpp |