From: stephan b. <sg...@us...> - 2004-12-30 16:46:40
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24383/include/pclasses/Util Modified Files: Makefile.am Log Message: Added SimpleArgvParser. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Util/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 28 Dec 2004 23:25:12 -0000 1.3 +++ Makefile.am 30 Dec 2004 16:46:30 -0000 1.4 @@ -1,3 +1,3 @@ INCLUDES = METASOURCES = AUTO -pkginclude_HEADERS = Any.h 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 SimpleArgvParser.h StringTool.h ThreadPool.h Variant.h WorkQueue.h |