diff options
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/Makefile.am')
-rw-r--r-- | TAO/examples/AMI/FL_Callback/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/examples/AMI/FL_Callback/Makefile.am b/TAO/examples/AMI/FL_Callback/Makefile.am index 2aa510507e6..bf361a8c863 100644 --- a/TAO/examples/AMI/FL_Callback/Makefile.am +++ b/TAO/examples/AMI/FL_Callback/Makefile.am @@ -60,6 +60,7 @@ endif BUILD_AMI if BUILD_AMI if BUILD_CORBA_MESSAGING +if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += peer @@ -87,6 +88,7 @@ peer_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la +endif !BUILD_ACE_FOR_TAO endif BUILD_CORBA_MESSAGING endif BUILD_AMI |