diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 23:21:47 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-05 23:21:47 +0000 |
commit | 4b6baf1389171a687c3ca6afa047be8fc5f44cf3 (patch) | |
tree | 6f15aee8917892c87f370632937805aef0e0bb48 /TAO/examples/POA | |
parent | ff32bcdecaf622a52b5595601ec4ce88e3a5a80c (diff) | |
download | ATCD-4b6baf1389171a687c3ca6afa047be8fc5f44cf3.tar.gz |
ChangeLogTag:Mon Oct 5 18:15:31 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/POA')
-rw-r--r-- | TAO/examples/POA/Forwarding/Makefile | 1 | ||||
-rw-r--r-- | TAO/examples/POA/Generic_Servant/Makefile | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/Forwarding/Makefile b/TAO/examples/POA/Forwarding/Makefile index 81357c96d04..9af978de535 100644 --- a/TAO/examples/POA/Forwarding/Makefile +++ b/TAO/examples/POA/Forwarding/Makefile @@ -14,7 +14,6 @@ endif # ! TAO_ROOT LDLIBS = -lTAO -TAO_IDLFLAGS=-I$(TAO_ROOT)/tao IDL_SRC = FooC.cpp FooS.cpp PROG_SRCS = $(IDL_SRC) server.cpp client.cpp \ MyFooServant.cpp Servant_Locator.cpp diff --git a/TAO/examples/POA/Generic_Servant/Makefile b/TAO/examples/POA/Generic_Servant/Makefile index 2677b17b353..a707311fb21 100644 --- a/TAO/examples/POA/Generic_Servant/Makefile +++ b/TAO/examples/POA/Generic_Servant/Makefile @@ -14,7 +14,8 @@ endif # ! TAO_ROOT # On non-Windows environment, we should at least define # the export_include IDL flag. -TAO_IDLFLAGS = -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h +override TAO_IDLFLAGS += -Wb,export_macro=GENERIC_SERVANT_Export \ + -Wb,export_include=generic_servant_export.h LDLIBS = -lTAO |