aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-30 11:55:54 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-30 11:55:54 +0000
commit4c559fc8e0a0bd11fe619f7854212315f0c1a3af (patch)
tree456d8c6e8d01ee39796d0a85680f878c4a69e9fc
parent2e598338a4c29a0ce1f9d401810f8c8c6b1486a5 (diff)
updated to version 0.4: changed [devices( from input/output to src/dst
svn path=/trunk/externals/iem/aconnect/; revision=3794
-rw-r--r--Makefile8
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 205e234..b64c13c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ INSTALL_BIN=$(PREFIX)/extra
INSTALL_DOC=$(PREFIX)/extra/help-$(LIBNAME)
EXT = pd_linux
-DEFS = -DHAVE_ALSA -DACONNECT_VERSION=\"0.3\"
+DEFS = -DHAVE_ALSA -DACONNECT_VERSION=\"0.4\"
IFLAGS = -I. $(INCLUDES)
CC = gcc
@@ -19,12 +19,12 @@ WFLAGS =
MAKEDEP_FLAGS = -MM
-TARNAME = $(LIBNAME)-0.3.tgz
-BINTARNAME = $(LIBNAME)-0.3-bin.tgz
+TARNAME = $(LIBNAME)-0.4.tgz
+BINTARNAME = $(LIBNAME)-0.4-bin.tgz
.SUFFIXES: .$(EXT)
-CFLAGS = $(DEFS) $(IFLAGS) $(WFLAGS) -fPIC -g -O2
+CFLAGS = $(DEFS) $(IFLAGS) $(WFLAGS) -fPIC -g -O2 -mms-bitfields
LIBS = -lasound -lm -lc
diff --git a/configure b/configure
index 07d4bb2..14e73ea 100755
--- a/configure
+++ b/configure
@@ -1291,7 +1291,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-VERSION=0.3
+VERSION=0.4
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'