diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-21 06:06:39 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-21 06:06:39 +0000 |
commit | dab9068c1c3ccddfe23102c30e796c8729186e66 (patch) | |
tree | 6c9e8913b0e767c7e1134d2ffb37ec1042bfcb60 /TAO/orbsvcs/tests/Notify | |
parent | a453686f14fa28a9ff1b2884718c1d7e62205d3b (diff) | |
download | ATCD-dab9068c1c3ccddfe23102c30e796c8729186e66.tar.gz |
ChangeLogTag:Fri Nov 21 02:57:35 UTC 2003 Don Hinton <dhinton@dresystems.com
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile b/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile index 23d29835577..1e650afc289 100644 --- a/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile +++ b/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile @@ -15,9 +15,8 @@ endif # ! TAO_ROOT BIN = Structured_Supplier Structured_Consumer IDL_FILES = control -IDL_SRCS = controlC controlS -SRC = $(addsuffix .cpp, $(IDL_SRCS)) \ +SRC = $(IDL_SRCS) \ Structured_Supplier.cpp Structured_Consumer.cpp Notify_Push_Consumer.cpp SUPPLIER_OBJS = Structured_Supplier.o controlS.o controlC.o diff --git a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile index 4ec74263ec0..b3dac2d7e2d 100644 --- a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile +++ b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile @@ -15,9 +15,8 @@ endif # ! TAO_ROOT BIN = Structured_Supplier Structured_Consumer IDL_FILES = control -IDL_SRCS = controlC controlS -SRC = $(addsuffix .cpp, $(IDL_SRCS)) \ +SRC = $(IDL_SRCS) \ Structured_Supplier.cpp Structured_Consumer.cpp Notify_Push_Supplier.cpp Notify_Push_Consumer.cpp SUPPLIER_OBJS = Structured_Supplier.o Notify_Push_Supplier.o controlS.o controlC.o |