projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c760d12
)
makefile: explicitly add fftw linking
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Wed, 8 Mar 2023 13:44:30 +0000
(19:14 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Wed, 8 Mar 2023 13:44:30 +0000
(19:14 +0530)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index af67794ac10d4fca573e98c598d6b2dc401f6fcc..ce21e4018a8974cfb0ace88c5872da824183dd4b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-176,7
+176,7
@@
ifeq ($(UNAME_S), Linux)
RT_OPTION=-lrt
endif
-LIBS=$(RT_OPTION) -lm -lwdsp -lrnnoise -lspecbleach -lpthread $(AUDIO_LIBS) $(USBOZY_LIBS) $(GTKLIBS) $(GPIO_LIBS) $(MIDI_LIBS)
+LIBS=$(RT_OPTION) -l
fftw3 -l
m -lwdsp -lrnnoise -lspecbleach -lpthread $(AUDIO_LIBS) $(USBOZY_LIBS) $(GTKLIBS) $(GPIO_LIBS) $(MIDI_LIBS)
INCLUDES=$(GTKINCLUDES)
COMPILE=$(CC) $(CFLAGS) $(OPTIONS) $(INCLUDES)