diff options
Diffstat (limited to 'TAO/examples/AMI/Makefile.am')
-rw-r--r-- | TAO/examples/AMI/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/examples/AMI/Makefile.am b/TAO/examples/AMI/Makefile.am new file mode 100644 index 00000000000..66e37fc0b72 --- /dev/null +++ b/TAO/examples/AMI/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 -type automake -noreldefs TAO.mwc + +SUBDIRS = \ + FL_Callback + |