]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Completed "remove audio option" from hpsdrsim
authorc vw <dl1ycf@darc.de>
Wed, 19 May 2021 12:49:25 +0000 (14:49 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 19 May 2021 12:49:25 +0000 (14:49 +0200)
Makefile

index 41e22fb4fef4c3889897fbb9bfc1a5c47e0bac7e..042e2baee372419f11ead3718e46055a60fbc6fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -515,7 +515,7 @@ newhpsdrsim.o:      newhpsdrsim.c hpsdrsim.h
        $(CC) -c -O newhpsdrsim.c
 
 hpsdrsim:       hpsdrsim.o newhpsdrsim.o
-       $(CC) -o hpsdrsim hpsdrsim.o newhpsdrsim.o -lportaudio -lm -lpthread
+       $(CC) -o hpsdrsim hpsdrsim.o newhpsdrsim.o -lm -lpthread
 
 debian:
        cp $(PROGRAM) pkg/pihpsdr/usr/local/bin