mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-16 15:18:40 +02:00
In PG_CPPFLAGS for vpath build
This commit is contained in:
parent
64ac528add
commit
4d478e3dcf
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ EXTRA_CLEAN += src/walmethods.c src/walmethods.h
|
|||||||
INCLUDES += src/walmethods.h
|
INCLUDES += src/walmethods.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS} -Isrc
|
PG_CPPFLAGS = -I$(libpq_srcdir) ${PTHREAD_CFLAGS} -Isrc -I$(top_srcdir)/$(subdir)/src
|
||||||
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
|
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
|
||||||
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
|
PG_LIBS = $(libpq_pgport) ${PTHREAD_CFLAGS}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user