Skip to content

Commit

Permalink
Merge pull request #4 from ckuethe/master
Browse files Browse the repository at this point in the history
Ask for libhackrf cflags too
  • Loading branch information
ckuethe committed Jun 30, 2015
2 parents bb2d02c + 8725822 commit 550d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS?=-O2 -g -Wall -W $(shell pkg-config --cflags librtlsdr)
CFLAGS?=-O2 -g -Wall -W $(shell pkg-config --cflags librtlsdr libhackrf)
LDLIBS+=$(shell pkg-config --libs librtlsdr libhackrf) -lpthread -lm
CC?=gcc
PROGNAME=dump1090
Expand Down

0 comments on commit 550d23f

Please sign in to comment.