summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-30 06:25:52 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-30 06:25:52 +0000
commit8c522a87fe03b7f64816b9512493f5757c93ae1b (patch)
treeecb97775ff143c718358a1f07f81d95c3e1183b2 /ACE/examples/Timer_Queue
parent6416c094c24d3cd1778b42f0af217bfb72e0a3d4 (diff)
downloadATCD-8c522a87fe03b7f64816b9512493f5757c93ae1b.tar.gz
ChangeLogTag: Sat Dec 30 06:23:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/examples/Timer_Queue')
-rw-r--r--ACE/examples/Timer_Queue/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/examples/Timer_Queue/Makefile.am b/ACE/examples/Timer_Queue/Makefile.am
index 0c504a1723d..e969ce3129a 100644
--- a/ACE/examples/Timer_Queue/Makefile.am
+++ b/ACE/examples/Timer_Queue/Makefile.am
@@ -33,6 +33,7 @@ noinst_HEADERS = \
Thread_Timer_Queue_Test.h
## Makefile.Timer_Queue_Async.am
+
noinst_PROGRAMS = Asynch_Timer_Queue_Test
Asynch_Timer_Queue_Test_CPPFLAGS = \
@@ -51,6 +52,7 @@ Asynch_Timer_Queue_Test_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
## Makefile.Timer_Queue_Reactor.am
+
noinst_PROGRAMS += Reactor_Timer_Queue_Test
Reactor_Timer_Queue_Test_CPPFLAGS = \
@@ -69,6 +71,7 @@ Reactor_Timer_Queue_Test_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
## Makefile.Timer_Queue_Thread.am
+
noinst_PROGRAMS += Thread_Timer_Queue_Test
Thread_Timer_Queue_Test_CPPFLAGS = \