summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-06 18:29:05 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-06 18:29:05 +0000
commit3871dcdf32d06695ec20c8f5a6efd7569b437b6f (patch)
tree7f99045322287b4b0d257d1d6829e69836288413 /TAO/orbsvcs/tests/Notify/Ordering
parent4ac3bad2a34a3a05b482a1bb3b474dbc40fef0ab (diff)
downloadATCD-3871dcdf32d06695ec20c8f5a6efd7569b437b6f.tar.gz
ChangeLogTag: Fri Jan 6 18:25:18 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
index f7d67a2a5cf..5d8bb11a456 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
+++ b/TAO/orbsvcs/tests/Notify/Ordering/Makefile.am
@@ -73,7 +73,6 @@ Sequence_Consumer_SOURCES = \
goC.cpp \
Notify_Sequence_Push_Consumer.h
-
Sequence_Consumer_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/tests/Notify/lib/libTAO_NotifyTests.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosEvent_Serv.la \
@@ -124,7 +123,6 @@ Sequence_Supplier_SOURCES = \
Notify_Sequence_Push_Consumer.h \
Notify_Structured_Push_Consumer.h
-
Sequence_Supplier_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/tests/Notify/lib/libTAO_NotifyTests.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosEvent_Serv.la \
@@ -171,10 +169,8 @@ Structured_Consumer_CPPFLAGS = \
Structured_Consumer_SOURCES = \
Notify_Structured_Push_Consumer.cpp \
Structured_Consumer.cpp \
- common.cpp \
goC.cpp \
- Notify_Structured_Push_Consumer.h \
- common.h
+ Notify_Structured_Push_Consumer.h
Structured_Consumer_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/tests/Notify/lib/libTAO_NotifyTests.la \
@@ -224,8 +220,7 @@ Structured_Supplier_SOURCES = \
goC.cpp \
goS.cpp \
Notify_Sequence_Push_Consumer.h \
- Notify_Structured_Push_Consumer.h \
- common.h
+ Notify_Structured_Push_Consumer.h
Structured_Supplier_LDADD = \
$(TAO_BUILDDIR)/orbsvcs/tests/Notify/lib/libTAO_NotifyTests.la \