From: c vw Date: Tue, 27 Oct 2020 09:18:33 +0000 (+0100) Subject: reverted removal of ASOUNDLIB from hpsdrsim compilation X-Git-Url: https://git.rkrishnan.org/%5B/listings/index.php?a=commitdiff_plain;h=8f04046acb4f0e99bf6112d896835495fb51475d;p=pihpsdr.git reverted removal of ASOUNDLIB from hpsdrsim compilation --- diff --git a/Makefile b/Makefile index cd74b15..fe69b75 100644 --- a/Makefile +++ b/Makefile @@ -475,8 +475,7 @@ controller2v2: clean $(PROGRAM) ############################################################################# hpsdrsim.o: hpsdrsim.c hpsdrsim.h -# $(CC) -c -O -DALSASOUND hpsdrsim.c - $(CC) -c -O hpsdrsim.c + $(CC) -c -O -DALSASOUND hpsdrsim.c newhpsdrsim.o: newhpsdrsim.c hpsdrsim.h $(CC) -c -O newhpsdrsim.c