diff options
Diffstat (limited to 'TAO')
-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 |