From d2fc02f39f3c56dbb4c9c40944c54cff3f497e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 8 Jul 2005 11:37:04 +0000 Subject: hopefully this is the last checkin regarding the ACONNECT_VERSION svn path=/trunk/externals/iem/aconnect/; revision=3307 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 239e3c9..6587828 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ INSTALL_BIN=$(PREFIX)/extra INSTALL_DOC=$(PREFIX)/extra/help-$(LIBNAME) EXT = pd_linux -DEFS = -DACONNECT_VERSION=\"0.2\" -DHAVE_ALSA +DEFS = -DHAVE_ALSA -DACONNECT_VERSION=\"0.2\" IFLAGS = -I. $(INCLUDES) CC = gcc @@ -19,8 +19,8 @@ WFLAGS = MAKEDEP_FLAGS = -MM -TARNAME = $(LIBNAME).tgz -BINTARNAME = $(LIBNAME)-bin.tgz +TARNAME = $(LIBNAME)-0.2.tgz +BINTARNAME = $(LIBNAME)-0.2-bin.tgz .SUFFIXES: .$(EXT) -- cgit v1.2.1