From 36df3a26e26335468ea4d758aabb2cc241c65390 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 6 May 2005 20:00:55 +0000 Subject: add aasink Original commit message from CVS: add aasink --- ext/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 6d158ecf..8225604c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -4,11 +4,11 @@ # A52DEC_DIR= # endif -# if USE_AALIB -# AALIB_DIR=aalib -# else -# AALIB_DIR= -# endif +if USE_AALIB + AALIB_DIR=aalib +else + AALIB_DIR= +endif # if USE_AMRNB # AMRNB_DIR=amrnb @@ -444,4 +444,5 @@ SUBDIRS=\ DIST_SUBDIRS=\ mad \ - sidplay + sidplay \ + aalib -- cgit v1.2.1