mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
Try fix tests
This commit is contained in:
parent
4211fd8331
commit
d0d84c86a2
4
Makefile
4
Makefile
@ -52,6 +52,10 @@ PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS}
|
||||
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
|
||||
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
|
||||
|
||||
envtest:
|
||||
: top_srcdir=$(top_srcdir)
|
||||
: libpq_srcdir = $(libpq_srcdir)
|
||||
|
||||
# This rule's only purpose is to give the user instructions on how to pass
|
||||
# the path to PostgreSQL source tree to the makefile.
|
||||
.PHONY: checksrcdir
|
||||
|
Loading…
Reference in New Issue
Block a user