diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-03 22:31:51 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-03 22:31:51 +0000 |
commit | ad7084d385d8134b3a5b023511cedbf322c52555 (patch) | |
tree | 3325d2bedf0c6feb0176cc09dd9e891b1f04cd51 /TAO/tests/Xt_Stopwatch | |
parent | 302a8922dc1f825e4b6099525862a69131d38004 (diff) | |
download | ATCD-ad7084d385d8134b3a5b023511cedbf322c52555.tar.gz |
ChangeLogTag: Sat May 3 22:23:22 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/Xt_Stopwatch')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Makefile.am b/TAO/tests/Xt_Stopwatch/Makefile.am index 0a3471274b5..5c2d9fca533 100644 --- a/TAO/tests/Xt_Stopwatch/Makefile.am +++ b/TAO/tests/Xt_Stopwatch/Makefile.am @@ -16,8 +16,8 @@ TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl TAO_IDLFLAGS = -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf TAO_ROOT = $(top_srcdir) -CLEANFILES = noinst_PROGRAMS = +CLEANFILES = BUILT_SOURCES = ## Makefile.Xt_Stopwatch_Server.am @@ -124,6 +124,9 @@ CLEANFILES += \ testC.cpp testC.h testC.inl testS.h testS.inl: test-stamp +test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP) + $(TAO_IDL) $(TAO_IDLFLAGS) -Sa -St $(srcdir)/test.idl + @touch $@ noinst_PROGRAMS += client |