From: Gonzalo A. <ga...@us...> - 2006-09-13 18:55:39
|
Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30638/include Modified Files: Makefile.am Log Message: * Added Plugin.h Dictionary.h MemBuf.h to the list of headers to distribute. Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 13 Sep 2006 12:47:24 -0000 1.4 --- Makefile.am 13 Sep 2006 18:55:35 -0000 1.5 *************** *** 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 --- 1,8 ---- 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 Plugin.h \ ! Dictionary.h MemBuf.h ! |