Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Formatting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Shumate committed Oct 11, 2016
1 parent 226d38f commit 196d781
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
Expand Up @@ -92,7 +92,7 @@ ifneq ($(BACKEND_MONGO), no)

BE_CFLAGS += -I/usr/local/include/
BE_CFLAGS += -I/usr/local/include/libmongoc-1.0/
BE_CFLAGS += -I/usr/local/include/libbson-1.0/
BE_CFLAGS += -I/usr/local/include/libbson-1.0/
BE_LDFLAGS += -L/usr/local/lib
BE_LDADD += -lmongoc-1.0 -lbson-1.0
OBJS += be-mongo.o
Expand Down

0 comments on commit 196d781

Please sign in to comment.