diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2007-07-09 16:03:32 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2007-07-09 16:03:32 +0000 |
commit | e79e655e43db1d2ce41a5899c95fad267a6f7685 (patch) | |
tree | 7ceb4bcab887a7b9e8961495113590c26cf03341 /TAO/tests/POA/MT_Servant_Locator/Makefile.am | |
parent | e51f28c7c826da7ce1327580b693a7ff1207a0a5 (diff) | |
download | ATCD-e79e655e43db1d2ce41a5899c95fad267a6f7685.tar.gz |
Mon Jul 9 15:40:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/POA/MT_Servant_Locator/Makefile.am')
-rw-r--r-- | TAO/tests/POA/MT_Servant_Locator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/MT_Servant_Locator/Makefile.am b/TAO/tests/POA/MT_Servant_Locator/Makefile.am index 5d7183bdbe1..9134eb9da62 100644 --- a/TAO/tests/POA/MT_Servant_Locator/Makefile.am +++ b/TAO/tests/POA/MT_Servant_Locator/Makefile.am @@ -41,7 +41,7 @@ CLEANFILES = \ testC.cpp testC.h testC.inl testS.cpp testS.h testS.inl: test-stamp test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) - $(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl + $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl @touch $@ noinst_PROGRAMS = MT_Servant_Locator |