From: alex <bin...@li...> - 2001-10-06 00:05:43
|
alex Fri Oct 5 17:05:38 2001 EDT Modified files: /r2/binarycloud/ext Makefile Log: Makefile updated to add directories Index: r2/binarycloud/ext/Makefile diff -u r2/binarycloud/ext/Makefile:1.2 r2/binarycloud/ext/Makefile:1.3 --- r2/binarycloud/ext/Makefile:1.2 Sat Jul 14 19:03:16 2001 +++ r2/binarycloud/ext/Makefile Fri Oct 5 17:05:37 2001 @@ -1,5 +1,5 @@ # {{{ Header -# -File $Id: Makefile,v 1.2 2001/07/15 02:03:16 alex Exp $ +# -File $Id: Makefile,v 1.3 2001/10/06 00:05:37 alex Exp $ # -License LGPL (http://www.gnu.org/copyleft/lesser.html) # -Copyright 2001, Intacct Corp. # -Author odysseas tsatalos, ody...@ya... @@ -7,10 +7,12 @@ include ../Makefile.in -EXTDIRS= \ - pear \ - metabase \ - vagrant \ +EXTDIRS= \ + pear \ + phpdoc \ + file_cache_class \ + metabase \ + vagrant \ $(EMPTY) EXTFILES=`find $(EXTDIRS) -name '*' | grep '[.]'` |