projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d553a2
)
went back from "pkg-config --libs-only"
author
c vw
<dl1ycf@darc.de>
Thu, 23 Jul 2020 08:19:20 +0000
(10:19 +0200)
committer
c vw
<dl1ycf@darc.de>
Thu, 23 Jul 2020 08:19:20 +0000
(10:19 +0200)
Makefile.mac
patch
|
blob
|
history
diff --git
a/Makefile.mac
b/Makefile.mac
index 34546a903141582c8a141efd481363090d7455b4..1e781581a8350bb721aa6b79286c6c58475b864d 100644
(file)
--- a/
Makefile.mac
+++ b/
Makefile.mac
@@
-139,7
+139,7
@@
hpsdr_server.o
endif
GTKINCLUDES=`pkg-config --cflags gtk+-3.0`
-GTKLIBS=`pkg-config --libs
-only
gtk+-3.0`
+GTKLIBS=`pkg-config --libs gtk+-3.0`
AUDIO_OPTIONS=-DPORTAUDIO
AUDIO_LIBS=-lportaudio