diff options
Diffstat (limited to 'TAO/performance-tests/POA/Makefile.am')
-rw-r--r-- | TAO/performance-tests/POA/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/performance-tests/POA/Makefile.am b/TAO/performance-tests/POA/Makefile.am new file mode 100644 index 00000000000..1d12b4bf748 --- /dev/null +++ b/TAO/performance-tests/POA/Makefile.am @@ -0,0 +1,16 @@ +## 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 -type automake -noreldefs TAO.mwc + +SUBDIRS = \ + Create_Reference \ + Demux \ + Implicit_Activation \ + Object_Creation_And_Registration + |