Remove references to libpq_srcdir in adminpack and old_snapshot

Those two modules included references to libpq's source path, without
using anything from libpq.  Some copy-pastos done when each module was
created are likely at the origin of those useless references (aecf5ee
for old_snapshot, fe59e56 for adminpack).

Reviewed-by: Tom Lane, David Rowley
Discussion: https://postgr.es/m/X+LQpfLyk7jgzUki@paquier.xyz
This commit is contained in:
Michael Paquier 2020-12-30 12:38:16 +09:00
parent f20dc2c8dd
commit 107a2d4204
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ MODULE_big = adminpack
OBJS = \
$(WIN32RES) \
adminpack.o
PG_CPPFLAGS = -I$(libpq_srcdir)
EXTENSION = adminpack
DATA = adminpack--1.0.sql adminpack--1.0--1.1.sql adminpack--1.1--2.0.sql\

View File

@ -4,7 +4,6 @@ MODULE_big = old_snapshot
OBJS = \
$(WIN32RES) \
time_mapping.o
PG_CPPFLAGS = -I$(libpq_srcdir)
EXTENSION = old_snapshot
DATA = old_snapshot--1.0.sql