Fix complilation on Linux.

This commit is contained in:
Jonathan Naylor 2020-07-27 10:58:32 +01:00
parent da077c73f8
commit 15c21de416
9 changed files with 24 additions and 30 deletions

View file

@ -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