From: stephan b. <sg...@us...> - 2004-12-24 12:44:50
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21438/src Modified Files: Makefile.toc Log Message: mass commit: toc-related fixes/changes Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.toc 23 Dec 2004 06:24:54 -0000 1.5 +++ Makefile.toc 24 Dec 2004 12:44:01 -0000 1.6 @@ -18,7 +18,7 @@ CLEAN_FILES += $(OBJECTS) build_libs = 1 -LIBNAME = libpcore +LIBNAME = $(LIBPCORE_NAME) ifeq (1,$(build_libs)) STATIC_LIBS = $(LIBNAME) SHARED_LIBS = $(STATIC_LIBS) |