diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-17 02:19:42 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-17 02:19:42 +0000 |
commit | 4da5fe874861e8452f181652a1d3592ac8e6f050 (patch) | |
tree | 77f9c4a030ad6598da268a019a01bacfa7ef71da /configure.ac | |
parent | e8fc05adc0af339d428f729659b66157f0e8afe2 (diff) | |
download | ATCD-4da5fe874861e8452f181652a1d3592ac8e6f050.tar.gz |
ChangeLogTag: Mon May 16 19:18:14 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 641744a4eb4..bb8c7c1e523 100644 --- a/configure.ac +++ b/configure.ac @@ -7575,8 +7575,6 @@ AC_CONFIG_FILES([ examples/QOS/Change_Sender_TSpec/Makefile examples/QOS/Diffserv/Makefile examples/QOS/Simple/Makefile - examples/RMCast/Makefile - examples/RMCast/Send_Msg/Makefile examples/Reactor/Makefile examples/Reactor/Dgram/Makefile examples/Reactor/FIFO/Makefile @@ -7628,6 +7626,9 @@ AC_CONFIG_FILES([ protocols/ace/HTBP/Makefile protocols/ace/RMCast/Makefile protocols/ace/TMCast/Makefile + protocols/examples/Makefile + protocols/examples/RMCast/Makefile + protocols/examples/RMCast/Send_Msg/Makefile tests/Makefile tests/HTBP/Makefile tests/HTBP/Reactor_Tests/Makefile |