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 (
aecf5eefor old_snapshot,
fe59e56 for adminpack).
Reviewed-by: Tom Lane, David RowleyDiscussion: https://postgr.es/m/
[email protected] 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\
OBJS = \
$(WIN32RES) \
time_mapping.o
-PG_CPPFLAGS = -I$(libpq_srcdir)
EXTENSION = old_snapshot
DATA = old_snapshot--1.0.sql