From: Marc D. <ma...@us...> - 2004-12-28 23:25:22
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31702/include/pclasses/Util Modified Files: Makefile.am Log Message: added Any to Makefile Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Util/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 28 Dec 2004 23:00:16 -0000 1.2 +++ Makefile.am 28 Dec 2004 23:25:12 -0000 1.3 @@ -1,3 +1,3 @@ INCLUDES = METASOURCES = AUTO -pkginclude_HEADERS = LexT.h ManagedThread.h Prefs.h SimplePropertyStore.h StringTool.h ThreadPool.h Variant.h WorkQueue.h +pkginclude_HEADERS = Any.h LexT.h ManagedThread.h Prefs.h SimplePropertyStore.h StringTool.h ThreadPool.h Variant.h WorkQueue.h |