From 5a480fac520db1bab6f1336bee9b2031dbd36cab Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 13 Dec 2005 21:03:56 +0000 Subject: Added semi-working speech_input command. --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d011cd636..b59ff6676 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,6 +48,10 @@ ifeq ("$(INTERRUPT)","yes") GHCFLAGS += -DUSE_INTERRUPT endif +ifeq ("$(ATK)","yes") + GHCFLAGS += -DUSE_ATK +endif + ifeq ("$(ENABLE_JAVA)", "yes") BUILD_JAR=jar else -- cgit v1.2.3