Enlightenment CVS committal Author : andreas Project : e17 Module : proto/eflpp
Dir : e17/proto/eflpp/src/ecore Modified Files: Makefile.am Added Files: eflpp_ecore_data.cpp eflpp_ecore_data.h Log Message: - started to wrap Ecore_Data file - implemented EcoreList as template =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/ecore/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 28 Aug 2007 22:01:59 -0000 1.2 +++ Makefile.am 5 Sep 2007 22:22:03 -0000 1.3 @@ -11,13 +11,15 @@ libeflpp_ecore_la_SOURCES = \ eflpp_ecoreconfig.cpp\ eflpp_ecore.cpp \ - eflpp_ecore_window.cpp + eflpp_ecore_window.cpp \ + eflpp_ecore_data.cpp libeflpp_includedir = $(pkgincludedir) libeflpp_include_DATA = \ eflpp_ecoreconfig.h\ eflpp_ecore.h \ - eflpp_ecore_window.h + eflpp_ecore_window.h \ + eflpp_ecore_data.h EXTRA_DIST = $(libeflpp_include_DATA) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs