]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Removed -DALSASOUND from hpsdrsim compilation since
authorc vw <dl1ycf@darc.de>
Tue, 27 Oct 2020 09:15:11 +0000 (10:15 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 27 Oct 2020 09:15:11 +0000 (10:15 +0100)
Makefile

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