From: Gonzalo A. <ga...@us...> - 2006-09-13 12:47:27
|
Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4052/include Modified Files: Makefile.am Log Message: * Added Profiling.h to headers to distribute. Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 16 Feb 2006 23:12:33 -0000 1.3 --- Makefile.am 13 Sep 2006 12:47:24 -0000 1.4 *************** *** 1,4 **** ehtmldir = $(includedir)/ehtml ! ehtml_HEADERS = Common.h Container.h Form.h Label.h PageWriter.h SimpleTagAttribute.h TagAttribute.h \ Component.h ehtml.h Input.h Page.h Session.h StyleAttribute.h TagRenderer.h \ EHTMLApplication.h Request.h Response.h Event.h --- 1,4 ---- ehtmldir = $(includedir)/ehtml ! ehtml_HEADERS = Common.h Container.h Form.h Label.h PageWriter.h Profiling.h SimpleTagAttribute.h TagAttribute.h \ Component.h ehtml.h Input.h Page.h Session.h StyleAttribute.h TagRenderer.h \ EHTMLApplication.h Request.h Response.h Event.h |