From: stephan b. <sg...@us...> - 2004-12-30 19:29:48
|
Update of /cvsroot/pclasses/pclasses2/src/IO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27214/src/IO Modified Files: Makefile.toc Log Message: Added missing SOURCES. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/IO/Makefile.toc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.toc 26 Dec 2004 16:26:28 -0000 1.4 +++ Makefile.toc 30 Dec 2004 19:29:39 -0000 1.5 @@ -1,9 +1,7 @@ #!/usr/bin/make -f include toc.make -SOURCES = IODevice.cpp \ - IOError.cpp \ - URL.cpp +SOURCES = $(wildcard *.cpp) DIST_FILES += $(SOURCES) |