summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-23 01:22:32 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-23 01:22:32 +0000
commit1c549314a0b8a077329e8bd3c0843a7a8969b05e (patch)
tree4f08d1620878ec031f5a110b7eaa8f7a30e25195 /TAO/examples/PluggableUDP
parent0e7da4cdc504396b7c8504aa8b6776bdf598694d (diff)
downloadATCD-1c549314a0b8a077329e8bd3c0843a7a8969b05e.tar.gz
ChangeLogTag: Thu Sep 22 14:03:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r--TAO/examples/PluggableUDP/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/Makefile.am b/TAO/examples/PluggableUDP/Makefile.am
new file mode 100644
index 00000000000..22e8dfc439f
--- /dev/null
+++ b/TAO/examples/PluggableUDP/Makefile.am
@@ -0,0 +1,13 @@
+## 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:
+## ../bin/mwc.pl -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/config -include /home/jtc/ACE/ACE-autoconf/ACE_wrappers/TAO/../MPC/templates -type automake -noreldefs TAO.mwc
+
+SUBDIRS = \
+ tests
+