From: alex <bin...@li...> - 2001-08-16 22:25:23
|
alex Thu Aug 16 15:25:17 2001 EDT Modified files: /r2/binarycloud/base/mgr Makefile Log: Added QueryManager to Makefile. Index: r2/binarycloud/base/mgr/Makefile diff -u r2/binarycloud/base/mgr/Makefile:1.5 r2/binarycloud/base/mgr/Makefile:1.6 --- r2/binarycloud/base/mgr/Makefile:1.5 Wed Aug 8 17:52:37 2001 +++ r2/binarycloud/base/mgr/Makefile Thu Aug 16 15:25:17 2001 @@ -1,5 +1,5 @@ # {{{ Header -# -File $Id: Makefile,v 1.5 2001/08/09 00:52:37 alex Exp $ +# -File $Id: Makefile,v 1.6 2001/08/16 22:25:17 alex Exp $ # -License LGPL (http://www.gnu.org/copyleft/lesser.html) # -Copyright 2001, Intacct Corp. # -Author odysseas tsatalos, ody...@ya... @@ -9,6 +9,7 @@ PACKAGEDFILES= \ CacheManager.php \ + QueryManagerr.php \ $(EMPTY) all: installcode |