aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:32:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-07-08 11:32:04 +0000
commitdf38435c2d0e6c54385cefd66a347d57add9ae67 (patch)
tree0f28d33d5f2162d9af9de25f1b2c0a30fec43497 /Makefile
parent479f8331310a2e4aef98c32088a3298ec4dc3433 (diff)
moved ACONNECT_VERSION from aconnect.c to configure.ac
svn path=/trunk/externals/iem/aconnect/; revision=3306
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a15fdd5..239e3c9 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
+DEFS = -DACONNECT_VERSION=\"0.2\" -DHAVE_ALSA
IFLAGS = -I. $(INCLUDES)
CC = gcc