- build mysql
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 30 Jun 2006 20:01:03 +0000 (20:01 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 30 Jun 2006 20:01:03 +0000 (20:01 +0000)
- add dependencies on mysql to ulogd and netflow (pfgrep)

planetlab.mk

index 24d45f2..a50525f 100644 (file)
@@ -183,6 +183,14 @@ ALL += proper
 
 proper: libhttpd++
 
+#
+# MySQL
+#
+
+mysql-MODULE := mysql
+mysql-SPEC := mysql/mysql.spec
+ALL += mysql
+
 #
 # ulogd
 #
@@ -191,7 +199,7 @@ ulogd-MODULE := ulogd
 ulogd-SPEC := ulogd/ulogd.spec
 ALL += ulogd
 
-ulogd: kernel proper
+ulogd: kernel proper mysql
 
 #
 # netflow
@@ -201,6 +209,8 @@ netflow-MODULE := netflow
 netflow-SPEC := netflow/netflow.spec
 ALL += netflow
 
+netflow: mysql
+
 #
 # PlanetLab Mom: Cleans up your mess
 #