Skip to content

Commit

Permalink
Issue (#3): TRAVIS Integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrarahmad committed Feb 14, 2019
1 parent 432ef52 commit e65dbc6
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 @@ -7,7 +7,7 @@ MONGO_FLAGS=$(shell pkg-config --cflags libmongoc-1.0)
JSON_FLAGS=$(shell pkg-config --cflags json-c)

PG_CPPFLAGS:=$(BSON_FLAGS) $(MONGO_FLAGS) $(JSON_FLAGS) $(PG_CONFIG) -Ilib
SHLIB_LINK_INTERNAL = -L. -lmongodb_client-1.0
SHLIB_LINK_INTERNAL = -L. -lmongodb_client-1.0 -lmongoc-1.0

EXTENSION = mongodb_fdw
DATA = mongodb_fdw--1.0.sql
Expand Down

0 comments on commit e65dbc6

Please sign in to comment.