diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-22 21:25:25 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-22 21:25:25 +0000 |
commit | 83a2751da3f705c1c295b432522ad3791ae7cbdb (patch) | |
tree | bfe798bf2f8ac97f5c00d261ca89dd32b013b141 /TAO/orbsvcs/Dump_Schedule | |
parent | faa9795371e793cb90a8696c706e13c2d96e6b08 (diff) | |
download | ATCD-83a2751da3f705c1c295b432522ad3791ae7cbdb.tar.gz |
ChangeLogTag: Thu Sep 22 14:03:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Dump_Schedule')
-rw-r--r-- | TAO/orbsvcs/Dump_Schedule/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Dump_Schedule/Makefile.am b/TAO/orbsvcs/Dump_Schedule/Makefile.am index b63f0704426..aefc694c05b 100644 --- a/TAO/orbsvcs/Dump_Schedule/Makefile.am +++ b/TAO/orbsvcs/Dump_Schedule/Makefile.am @@ -6,13 +6,14 @@ ## this file will be lost the next time it is generated. ## ## MPC Command: -## ../bin/mwc.pl -include /home/jtc/ACE/ACE-config3/MPC/config -include /home/jtc/ACE/ACE-config3/MPC/templates -type automake -noreldefs TAO.mwc +## ../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 ACE_BUILDDIR = $(top_builddir)/.. ACE_ROOT = $(top_srcdir)/.. TAO_BUILDDIR = $(top_builddir) TAO_ROOT = $(top_srcdir) +## Makefile.Dump_Schedule.am bin_PROGRAMS = Dump_Schedule |