|
From: Frank V. C. <fr...@us...> - 2000-11-18 22:45:25
|
Update of /cvsroot/corelinux/clfll/src/clfll In directory slayer.i.sourceforge.net:/tmp/cvs-serv590/src/clfll Modified Files: Makefile.am Added Files: FunctionLibraryType.cpp FunctionLoader.cpp Log Message: 112702 Function Library Loader ***** Error reading new file: (2, 'No such file or directory') ***** Error reading new file: (2, 'No such file or directory') Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/clfll/src/clfll/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Makefile.am 2000/11/02 21:16:00 1.1.1.1 --- Makefile.am 2000/11/18 22:45:22 1.2 *************** *** 12,16 **** SUFFIXES = .cpp .hpp .c .h .f .F .o .moc ! SRCS = clfll.cpp lib_LTLIBRARIES = libclfll++.la --- 12,19 ---- SUFFIXES = .cpp .hpp .c .h .f .F .o .moc ! SRCS = clfll.cpp \ ! FunctionLoader.cpp \ ! FunctionLibraryType.cpp \ ! Makefile.am lib_LTLIBRARIES = libclfll++.la |