summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 22:43:24 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-21 22:43:24 +0000
commit1b2276da2110d08dfb38bf6f64000a293e1fe421 (patch)
tree2547fd491d04980a0407e42fa48de5d98d172c25 /ace/Makefile
parent993bea83732043d16f512b0423f3a0f3669c48f5 (diff)
downloadATCD-1b2276da2110d08dfb38bf6f64000a293e1fe421.tar.gz
ChangeLogTag:Sat Apr 21 15:31:27 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 9532a44f509..fe169767ecc 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -66,6 +66,7 @@ LOGGING_FILES = \
Log_Msg_Callback \
Log_Msg_Backend \
Log_Msg_IPC \
+ Log_Msg_NT_Event_Log \
Log_Record \
Logging_Strategy \
Trace
@@ -91,6 +92,7 @@ DEMUX_FILES = \
Handle_Set \
Msg_WFMO_Reactor \
POSIX_Proactor \
+ WIN32_Proactor \
Priority_Reactor \
Proactor \
Reactor \
@@ -106,6 +108,7 @@ CONNECTION_FILES = \
Asynch_IO \
Asynch_IO_Impl \
POSIX_Asynch_IO \
+ WIN32_Asynch_IO \
Strategies
SOCKETS_FILES = \
Addr \
@@ -317,7 +320,7 @@ endif # ACE_HAS_GNUG_PRE_2_8
## if we have the RAPI library installed
ifeq ($(rapi),1)
DIRS += QoS
-endif # rapi
+endif # rapi
####
#### Build customization.