projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e26ade9
)
Completed "remove audio option" from hpsdrsim
author
c vw
<dl1ycf@darc.de>
Wed, 19 May 2021 12:49:25 +0000
(14:49 +0200)
committer
c vw
<dl1ycf@darc.de>
Wed, 19 May 2021 12:49:25 +0000
(14:49 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 -l
portaudio -l
m -lpthread
+ $(CC) -o hpsdrsim hpsdrsim.o newhpsdrsim.o -lm -lpthread
debian:
cp $(PROGRAM) pkg/pihpsdr/usr/local/bin