mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-07 15:23:59 +00:00
Replace MobileGPS with GPSD.
This commit is contained in:
parent
05b6249f4f
commit
d6f04c3bc2
14 changed files with 203 additions and 197 deletions
|
|
@ -15,8 +15,8 @@ endif
|
|||
|
||||
export CXX := $(shell wx-config --cxx)
|
||||
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
|
||||
export GUILIBS := $(shell wx-config --libs adv,core,base)
|
||||
export LIBS := $(shell wx-config --libs base,net)
|
||||
export GUILIBS := $(shell wx-config --libs adv,core,base) -lgps
|
||||
export LIBS := $(shell wx-config --libs base,net) -lgps
|
||||
export LDFLAGS :=
|
||||
|
||||
.PHONY: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue