summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/ace/Makefile.am6
2 files changed, 12 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2ea189eab6e..ff3eef03ed1 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 30 11:53:04 UTC 2009 Carlos O'Ryan <coryan@glamdring>
+
+ * ace/Makefile.am:
+ Add new files to the automake Makefile. Thanks to Johnny for
+ pointing this out.
+
Sun Jun 28 22:15:47 UTC 2009 Carlos O'Ryan <coryan@glamdring>
* ace/ace.mpc:
diff --git a/ACE/ace/Makefile.am b/ACE/ace/Makefile.am
index 8a21c9da631..2d0cb6eb3c0 100644
--- a/ACE/ace/Makefile.am
+++ b/ACE/ace/Makefile.am
@@ -367,6 +367,9 @@ nobase_include_HEADERS += \
ATM_QoS.inl \
ATM_Stream.h \
ATM_Stream.inl \
+ Abstract_Timer_Queue.h \
+ Abstract_Timer_Queue.inl \
+ Abstract_Timer_Queue.cpp \
Acceptor.cpp \
Acceptor.h \
Activation_Queue.h \
@@ -1069,6 +1072,9 @@ nobase_include_HEADERS += \
Timer_Queue_Adapters.cpp \
Timer_Queue_Adapters.h \
Timer_Queue_Adapters.inl \
+ Timer_Queue_Iterator.cpp \
+ Timer_Queue_Iterator.h \
+ Timer_Queue_Iterator.inl \
Timer_Queue_T.cpp \
Timer_Queue_T.h \
Timer_Queue_T.inl \