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 13, 2019
1 parent 1278c0b commit 16c414f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ DATA = mongodb_fdw--1.0.sql

REGRESS = mongodb_fdw

ifdef USE_PGXS
PG_CONFIG = pg_config
LIBDIR := $(shell $(PG_CONFIG) --libdir)
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
endif

all: libclean libcompile libinstall

Expand Down

0 comments on commit 16c414f

Please sign in to comment.