From c07e55ae2f376d16dd719f2b684d194172e0036e Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 8 Dec 2005 19:56:44 +0000 Subject: [PATCH] added libhttpd++, as it is used/required by proper --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8df58492..a6e9d607 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # 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 # -- 2.43.0