From: stephan b. <sg...@us...> - 2004-12-24 23:06:35
|
Update of /cvsroot/pclasses/pclasses2/src/IO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8043/src/IO Modified Files: Makefile.toc Log Message: Mass commit: build fixes. Can now build tests using proper configure steps, at least on linux systems. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/IO/Makefile.toc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.toc 24 Dec 2004 12:44:01 -0000 1.2 +++ Makefile.toc 24 Dec 2004 23:06:26 -0000 1.3 @@ -12,10 +12,11 @@ CLEAN_FILES += $(OBJECTS) build_libs = 1 -LIBNAME = $(LIBPIO_NAME) +LIBNAME = lib$(LIBPIO_BASENAME) ifeq (1,$(build_libs)) STATIC_LIBS = $(LIBNAME) SHARED_LIBS = $(STATIC_LIBS) + SHARED_LIBS_LDADD = $(P_BACKLINK_LDADD) $(LIBPIO_LDADD) $(LIBNAME)_a_OBJECTS = $(OBJECTS) $(LIBNAME)_so_OBJECTS = $($(LIBNAME)_a_OBJECTS) $(LIBNAME)_so_VERSION = $(PACKAGE_VERSION) |