summaryrefslogtreecommitdiff
path: root/performance-tests/UDP
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-13 20:03:24 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-13 20:03:24 +0000
commitd205b08f3709a9ae1be49aabfe1585683a90d026 (patch)
tree5abc28672c63b68f151dd5635a1e7cb987105234 /performance-tests/UDP
parent149a55142589b6a021d17fc896aad00e7a89f076 (diff)
downloadATCD-d205b08f3709a9ae1be49aabfe1585683a90d026.tar.gz
ChangeLogTag:Tue Jun 13 12:56:36 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests/UDP')
-rw-r--r--performance-tests/UDP/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/performance-tests/UDP/Makefile b/performance-tests/UDP/Makefile
index 3f43c362e7d..21351608ff1 100644
--- a/performance-tests/UDP/Makefile
+++ b/performance-tests/UDP/Makefile
@@ -40,7 +40,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/udp_test.o .obj/udp_test.so .shobj/udp_test.o .shobj/udp_test.so: udp_test.cpp \
+.obj/udp_test.o .obj/udp_test.o .obj/udp_test.o .obj/udp_test.o: udp_test.cpp \
$(ACE_ROOT)/ace/Reactor.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Handle_Set.h \
@@ -50,6 +50,15 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/svc_export.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
$(ACE_ROOT)/ace/Min_Max.h \
$(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/Basic_Types.h \