mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Fix complilation on Linux.
This commit is contained in:
parent
da077c73f8
commit
15c21de416
9 changed files with 24 additions and 30 deletions
4
Makefile
4
Makefile
|
|
@ -5,11 +5,11 @@ CXX = c++
|
|||
|
||||
# Use the following CFLAGS and LIBS if you don't want to use gpsd.
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
||||
LIBS = -lpthread -lutil
|
||||
LIBS = -lpthread -lutil -lsamplerate
|
||||
|
||||
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
||||
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
||||
#LIBS = -lpthread -lgps -lutil
|
||||
#LIBS = -lpthread -lgps -lutil -lsamplerate
|
||||
|
||||
LDFLAGS = -g
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue