--- makefile.alsa +++ makefile.alsa @@ -12,8 +12,8 @@ INCLUDES=-I$(CHUCK_SRC_DIR) -I$(WXW_DIR) -I$(PWD) FLAGS=-D__LINUX_ALSA__ -D__LINUX__ -D__MA_WXWIDGETS__ \ `wx-config --cppflags` -O3 -c -DwxABI_VERSION=20600 -LIBS=`wx-config --libs stc,adv,core,base` -lasound -lpthread \ - -lstdc++ -ldl -lm +LIBS= -lasound -lpthread -lstdc++ -ldl -lm \ + `wx-config --libs stc,adv,core,base` SF_OBJ=$(CHUCK_SRC_DIR)/util_sndfile.o ifneq ($(CHUCK_DEBUG),)