mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-02-02 21:34:21 +01:00
Test the Makefile under Linux.
This commit is contained in:
parent
a68ab1b89c
commit
3ffde38c77
|
|
@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
|||
LIBS = -lm -lpthread
|
||||
|
||||
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
||||
CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
||||
LIBS = -lm -lpthread -lgps
|
||||
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
||||
#LIBS = -lm -lpthread -lgps
|
||||
|
||||
LDFLAGS = -g
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue