diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-22 21:06:32 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-07-22 21:06:32 +0000 |
commit | d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380 (patch) | |
tree | 73daf78b5834090be641250ceb1f842ddb56cec2 /examples/CORBA | |
parent | 3c9e5dd3113c0c9e5c1bc8052ad63dd7456a9dea (diff) | |
download | ATCD-d9ac417e3ce2c5b1ddb8ecc653c6302d46f1f380.tar.gz |
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'examples/CORBA')
-rw-r--r-- | examples/CORBA/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/CORBA/Makefile b/examples/CORBA/Makefile index 5ca20af9257..ac65a65ec05 100644 --- a/examples/CORBA/Makefile +++ b/examples/CORBA/Makefile @@ -21,13 +21,13 @@ VLDLIBS = $(LDLIBS:%=%$(VAR)) # Include macros and targets #---------------------------------------------------------------------------- -include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.lib.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU -include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(ACE_ROOT)/include/makeinclude/macros.GNU +include $(ACE_ROOT)/include/makeinclude/rules.common.GNU +include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU +include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU +include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU +include $(ACE_ROOT)/include/makeinclude/rules.local.GNU #---------------------------------------------------------------------------- # Orbix related macros and target settings. |