# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | common := ../Common | |
8 | audacious := ../Audacious | |
9 | + | gps := ../GPS |
10 | ||
11 | include $(common)/common.mk | |
12 | include $(audacious)/Audacious.mk | |
13 | < | |
13 | < | CPPFLAGS += -I$(common) -I$(audacious) |
14 | < | LDFLAGS += -L/usr/local/lib -L$(common) $(shell pkg-config --libs-only-L \ |
15 | < | libgps) $(shell pkg-config --libs-only-other libgps) |
16 | < | LDLIBS += -pthread $(shell pkg-config --libs-only-l libgps) |
13 | > | include $(gps)/GPS.mk |
14 | ||
15 | .PHONY: all clean | |
16 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |