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 /protocols | |
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 'protocols')
-rw-r--r-- | protocols/Makefile.am | 4 | ||||
-rw-r--r-- | protocols/examples/Makefile.am | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/protocols/Makefile.am b/protocols/Makefile.am index e09935be398..31372aa4797 100644 --- a/protocols/Makefile.am +++ b/protocols/Makefile.am @@ -9,5 +9,5 @@ ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu SUBDIRS = \ - ace - + ace \ + examples diff --git a/protocols/examples/Makefile.am b/protocols/examples/Makefile.am new file mode 100644 index 00000000000..a601192c677 --- /dev/null +++ b/protocols/examples/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to create Makefile.in +## +## $Id$ +## +## This file was generated by MPC. Any changes made directly to +## this file will be lost the next time it is generated. +## +## MPC Command: +## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu + +SUBDIRS = \ + RMCast |