summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Anyop
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-07-09 16:03:32 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-07-09 16:03:32 +0000
commite79e655e43db1d2ce41a5899c95fad267a6f7685 (patch)
tree7ceb4bcab887a7b9e8961495113590c26cf03341 /TAO/performance-tests/Anyop
parente51f28c7c826da7ce1327580b693a7ff1207a0a5 (diff)
downloadATCD-e79e655e43db1d2ce41a5899c95fad267a6f7685.tar.gz
Mon Jul 9 15:40:40 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/performance-tests/Anyop')
-rw-r--r--TAO/performance-tests/Anyop/Makefile.am16
1 files changed, 7 insertions, 9 deletions
diff --git a/TAO/performance-tests/Anyop/Makefile.am b/TAO/performance-tests/Anyop/Makefile.am
index 888c6ae5f19..ff8cdbf95b3 100644
--- a/TAO/performance-tests/Anyop/Makefile.am
+++ b/TAO/performance-tests/Anyop/Makefile.am
@@ -43,27 +43,25 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
$(TAO_IDL) $(TAO_IDLFLAGS) $(srcdir)/test.idl
@touch $@
-noinst_PROGRAMS = anyop
+noinst_LTLIBRARIES = libAnyop.la
-anyop_CPPFLAGS = \
+libAnyop_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR)
-anyop_SOURCES = \
+libAnyop_la_SOURCES = \
anyop.cpp \
- testC.cpp \
+ testC.cpp
+
+noinst_HEADERS = \
+ test.idl \
testC.h \
testC.inl \
testS.h \
testS.inl
-anyop_LDADD = \
- $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
- $(TAO_BUILDDIR)/tao/libTAO.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS