From 8f04046acb4f0e99bf6112d896835495fb51475d Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 27 Oct 2020 10:18:33 +0100 Subject: [PATCH] reverted removal of ASOUNDLIB from hpsdrsim compilation --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.45.2