diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 03:03:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 03:03:24 +0000 |
commit | 7ae8407e5232030003244c58e7fd2ee58d40b451 (patch) | |
tree | 80cb76a0d33f51704341c4aac127023f7c950e37 /examples/Shared_Malloc | |
parent | 0b4bde884096beb495a362f005104ca9d9838ef3 (diff) | |
download | ATCD-7ae8407e5232030003244c58e7fd2ee58d40b451.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Shared_Malloc/Makefile b/examples/Shared_Malloc/Makefile index 6ffa81b24c5..a45fad41356 100644 --- a/examples/Shared_Malloc/Makefile +++ b/examples/Shared_Malloc/Makefile @@ -78,8 +78,8 @@ include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU $(WRAPPER_ROOT)/ace/Malloc_T.i \ $(WRAPPER_ROOT)/ace/Memory_Pool.h \ $(WRAPPER_ROOT)/ace/Signal.h \ - $(WRAPPER_ROOT)/ace/Set.h \ - $(WRAPPER_ROOT)/ace/Set.i \ + $(WRAPPER_ROOT)/ace/Containers.h \ + $(WRAPPER_ROOT)/ace/Containers.i \ $(WRAPPER_ROOT)/ace/Signal.i \ $(WRAPPER_ROOT)/ace/Mem_Map.h \ $(WRAPPER_ROOT)/ace/Mem_Map.i \ |