diff options
Diffstat (limited to 'TAO/examples/Content_Server/Makefile.am')
-rw-r--r-- | TAO/examples/Content_Server/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/examples/Content_Server/Makefile.am b/TAO/examples/Content_Server/Makefile.am new file mode 100644 index 00000000000..1e9e7090841 --- /dev/null +++ b/TAO/examples/Content_Server/Makefile.am @@ -0,0 +1,15 @@ +## 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 = \ + AMI_Iterator \ + AMI_Observer \ + SMI_Iterator + |