Fix makefile for mraa library

This commit is contained in:
Patrick McDonagh
2017-07-11 17:09:01 -05:00
parent 84316ae45f
commit 76f09a93e2
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
CC := g++
INC := -I include -I include/wiringPi -I /usr/local/include
CFLAGS := -c --std=c++11 -Wall $(shell pkg-config --cflags --libs libmongocxx)
LIB := -L /usr/local/lib -lmongocxx -lbsoncxx
LIB := -L /usr/local/lib -lmongocxx -lbsoncxx -lmraa
SRCDIR := src