Update of /cvsroot/pure-data/externals/iem/aconnect In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6446
Modified Files: Makefile configure Log Message: updated to version 0.4: changed [devices( from input/output to src/dst
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/aconnect/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 25 Jul 2005 10:14:38 -0000 1.5 --- Makefile 30 Oct 2005 11:55:54 -0000 1.6 *************** *** 7,11 ****
EXT = pd_linux ! DEFS = -DHAVE_ALSA -DACONNECT_VERSION="0.3" IFLAGS = -I. $(INCLUDES)
--- 7,11 ----
EXT = pd_linux ! DEFS = -DHAVE_ALSA -DACONNECT_VERSION="0.4" IFLAGS = -I. $(INCLUDES)
*************** *** 20,29 **** MAKEDEP_FLAGS = -MM
! TARNAME = $(LIBNAME)-0.3.tgz ! BINTARNAME = $(LIBNAME)-0.3-bin.tgz
.SUFFIXES: .$(EXT)
! CFLAGS = $(DEFS) $(IFLAGS) $(WFLAGS) -fPIC -g -O2
LIBS = -lasound -lm -lc --- 20,29 ---- MAKEDEP_FLAGS = -MM
! TARNAME = $(LIBNAME)-0.4.tgz ! BINTARNAME = $(LIBNAME)-0.4-bin.tgz
.SUFFIXES: .$(EXT)
! CFLAGS = $(DEFS) $(IFLAGS) $(WFLAGS) -fPIC -g -O2 -mms-bitfields
LIBS = -lasound -lm -lc
Index: configure =================================================================== RCS file: /cvsroot/pure-data/externals/iem/aconnect/configure,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure 25 Jul 2005 10:14:38 -0000 1.4 --- configure 30 Oct 2005 11:55:54 -0000 1.5 *************** *** 1292,1296 ****
! VERSION=0.3
ac_ext=c --- 1292,1296 ----
! VERSION=0.4
ac_ext=c