]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
reverted removal of ASOUNDLIB from hpsdrsim compilation
authorc vw <dl1ycf@darc.de>
Tue, 27 Oct 2020 09:18:33 +0000 (10:18 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 27 Oct 2020 09:18:33 +0000 (10:18 +0100)
Makefile

index cd74b15b7351f4987d96affbaa2977f698dd239a..fe69b75b25f709e758548fdc44419dd50d2088e0 100644 (file)
--- 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