# GPS # # Douglas Thrift # # $Id$ CPPFLAGS += -I$(gps) LDFLAGS += -L$(gps) $(shell pkg-config --libs-only-L libgps) $(shell pkg-config --libs-only-other libgps) # XXX: I'm not sure why I need this extra -ltruck, grr! LDLIBS += -lGPS -ltruck $(shell pkg-config --libs-only-l libgps)