Update of /cvsroot/pclasses/pclasses2/src/IO
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21438/src/IO
Modified Files:
Makefile.toc
Log Message:
mass commit: toc-related fixes/changes
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/IO/Makefile.toc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.toc 23 Dec 2004 05:55:10 -0000 1.1
+++ Makefile.toc 24 Dec 2004 12:44:01 -0000 1.2
@@ -12,7 +12,7 @@
CLEAN_FILES += $(OBJECTS)
build_libs = 1
-LIBNAME = libpio
+LIBNAME = $(LIBPIO_NAME)
ifeq (1,$(build_libs))
STATIC_LIBS = $(LIBNAME)
SHARED_LIBS = $(STATIC_LIBS)
|