summaryrefslogtreecommitdiff
path: root/examples/Naming
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-21 12:08:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-21 12:08:30 +0000
commit8baff0dcf733bfcfcf6867951f75e4876d15b645 (patch)
tree3883df92fcf6eb7c1ccc5e5b87b2b7e5f5dd14e1 /examples/Naming
parent48ae8aa0c44179457165f17083cfffaa6a4f1fea (diff)
downloadATCD-8baff0dcf733bfcfcf6867951f75e4876d15b645.tar.gz
ChangeLogTag:Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'examples/Naming')
-rw-r--r--examples/Naming/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Naming/Makefile b/examples/Naming/Makefile
index 171d2ab2bd0..b2496e0e5f1 100644
--- a/examples/Naming/Makefile
+++ b/examples/Naming/Makefile
@@ -14,7 +14,8 @@ PSRC = $(addsuffix .cpp,$(BIN))
BIN2 = test_non_existent \
test_writers \
- test_multiple_contexts
+ test_multiple_contexts \
+ test_open
#### If the ACE library wasn't built with sufficient components, don't
#### try to build here.