summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-30 11:54:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-06-30 11:54:13 +0000
commit85a77b67a1d7d7d7b54f8159145e9d87369c9dcd (patch)
tree5320eacf76c1b24de3cca110939cf3ce14323f58
parent525d59899aa78db156bda075e35c223ff6427853 (diff)
downloadATCD-bug-3706.tar.gz
Tue Jun 30 11:53:04 UTC 2009 Carlos O'Ryan <coryan@glamdring>bug-3706
* ace/Makefile.am: Add new files to the automake Makefile. Thanks to Johnny for pointing this out.
-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 \