diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-07 20:22:42 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-07 20:22:42 +0000 |
commit | 536711053f8727c6ae253743fcd41a51230cc2fb (patch) | |
tree | 6be1dac3126b665bbef648289f7f5e062a68da46 /TAO/orbsvcs/Makefile.am | |
parent | 02a13cff6ac41b08d2b503fc6b5409cf904619eb (diff) | |
download | ATCD-536711053f8727c6ae253743fcd41a51230cc2fb.tar.gz |
Checked these files into the CVS repository. These files are
part of the TAO+auto{conf,make}/libtool integration work. There
are still some missing files and some of the above files need
to be modified before they will work. I just wanted to get
these files under CVS control so that I can easily recover
from a mishap or for some reason beyond my control.
Diffstat (limited to 'TAO/orbsvcs/Makefile.am')
-rw-r--r-- | TAO/orbsvcs/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Makefile.am b/TAO/orbsvcs/Makefile.am new file mode 100644 index 00000000000..8f27d07c80f --- /dev/null +++ b/TAO/orbsvcs/Makefile.am @@ -0,0 +1,25 @@ +##---------------------------------------------------------------------------- +## $Id$ +## +## Makefile.am for the TAO orbsvcs library +##---------------------------------------------------------------------------- + +## +## Process this file with automake to create Makefile.in +## + +## The number in AUTOMAKE_OPTIONS is the minimum required version automake +## needed to process this file. +AUTOMAKE_OPTIONS = 1.4 + +SUBDIRS = \ + orbsvcs \ + Naming_Service \ + Scheduling_Service \ + Event_Service \ + Dump_Schedule \ + Concurrency_Service \ + LifeCycle_Service \ + Trading_Service \ + Logging_Service \ + tests |