Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c8fdcb

Browse files
committed
Merge branch 'master' of https://github.com/postgrespro/vops
2 parents e4cc87b + ee455b0 commit 4c8fdcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ DATA = vops--1.0.sql
1313

1414
REGRESS = test
1515

16+
PG_CPPFLAGS = -I$(libpq_srcdir)
17+
PG_LIBS = $(libpq_pgport)
18+
1619
ifdef USE_PGXS
1720
PG_CONFIG = pg_config
1821
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)