diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 05:12:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 05:12:34 +0000 |
commit | 796520fa852ce50e1f67f278e4395acfedab22ed (patch) | |
tree | 6f1e734ce679b92ebc5e54e8c1d53184d0a399a5 /examples/Makefile | |
parent | ac3267b1021748e752cf55aa114756922c46f819 (diff) | |
download | ATCD-796520fa852ce50e1f67f278e4395acfedab22ed.tar.gz |
barfoo
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 577cc88a4fe..7e0741ce19d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,7 +1,7 @@ #---------------------------------------------------------------------------- # @(#)Makefile 1.1 10/18/96 # -# Makefile for the tests directory +# Makefile for the ACE examples directory #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- @@ -20,6 +20,8 @@ DIRS = ASX \ Reactor \ Service_Configurator \ Shared_Malloc \ + Shared_Memory \ + System_V_IPC \ Threads # Makefiles TBD: |