diff CMakeLists.txt @ 9:6f2e13f5fcfd

Add the memory probe
author Louis Opter <louis@dotcloud.com>
date Sun, 02 Jan 2011 01:50:27 +0100
parents 8339ab15527d
children dbf24a82f625
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Jan 02 01:14:56 2011 +0100
+++ b/CMakeLists.txt	Sun Jan 02 01:50:27 2011 +0100
@@ -32,6 +32,7 @@
 
 SET(PROBES_SRC
     probes/cpuacct.c
+    probes/memory.c
     probes/probes.c
    )