added libhttpd++, as it is used/required by proper
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Dec 2005 19:56:44 +0000 (19:56 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 8 Dec 2005 19:56:44 +0000 (19:56 +0000)
Makefile

index 8df5849..a6e9d60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.80 2005/11/21 22:37:15 mlhuang Exp $
+# $Id: Makefile,v 1.81 2005/12/02 18:54:55 mlhuang Exp $
 #
 
 # Default target
@@ -210,6 +210,15 @@ resman-MODULE := resman
 resman-SPEC := resman/resman.spec
 ALL += resman
 
+#
+# libhttpd++: 
+#
+
+libhttpd++-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
+libhttpd++-MODULE := libhttpd++
+libhttpd++-SPEC := libhttpd++/libhttpd++.spec
+ALL += libhttpd++
+
 #
 # Proper: Privileged Operations Service
 #
@@ -219,6 +228,8 @@ proper-MODULE := proper
 proper-SPEC := proper/proper.spec
 ALL += proper
 
+proper: libhttpd++
+
 #
 # ulogd
 #