summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/ace/Monitor_Control/Makefile.am2
2 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 158acd62191..584482b7b59 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 8 14:22:41 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/Monitor_Control/Makefile.am:
+
+ Added new files FreeBSD_Network_Interface_Monitor.{h,cpp}
+ to the makefile.
+
Tue Jul 7 22:21:03 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* ace/Monitor_Control/FreeBSD_Network_Interface_Monitor.cpp:
diff --git a/ACE/ace/Monitor_Control/Makefile.am b/ACE/ace/Monitor_Control/Makefile.am
index 378b9aa757f..213cfa8246a 100644
--- a/ACE/ace/Monitor_Control/Makefile.am
+++ b/ACE/ace/Monitor_Control/Makefile.am
@@ -33,6 +33,7 @@ libACE_Monitor_Control_la_SOURCES = \
CPU_Load_Monitor.cpp \
Constraint_Interpreter.cpp \
Constraint_Visitor.cpp \
+ FreeBSD_Network_Interface_Monitor.cpp \
Linux_Network_Interface_Monitor.cpp \
Memory_Usage_Monitor.cpp \
Monitor_Group.cpp \
@@ -61,6 +62,7 @@ nobase_include_HEADERS = \
CPU_Load_Monitor.h \
Constraint_Interpreter.h \
Constraint_Visitor.h \
+ FreeBSD_Network_Interface_Monitor.h \
Linux_Network_Interface_Monitor.h \
Memory_Usage_Monitor.h \
Monitor_Control.h \