From: c vw Date: Tue, 27 Oct 2020 09:15:11 +0000 (+0100) Subject: Removed -DALSASOUND from hpsdrsim compilation since X-Git-Url: https://git.rkrishnan.org/pf/components//%22%22?a=commitdiff_plain;h=3408c93d39e1e7ddf7d07fd36aef9e397f92f245;p=pihpsdr.git Removed -DALSASOUND from hpsdrsim compilation since --- diff --git a/Makefile b/Makefile index fe69b75..cd74b15 100644 --- a/Makefile +++ b/Makefile @@ -475,7 +475,8 @@ controller2v2: clean $(PROGRAM) ############################################################################# hpsdrsim.o: hpsdrsim.c hpsdrsim.h - $(CC) -c -O -DALSASOUND hpsdrsim.c +# $(CC) -c -O -DALSASOUND hpsdrsim.c + $(CC) -c -O hpsdrsim.c newhpsdrsim.o: newhpsdrsim.c hpsdrsim.h $(CC) -c -O newhpsdrsim.c