summaryrefslogtreecommitdiff
path: root/contrib/vacuumlo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vacuumlo/Makefile')
-rw-r--r--contrib/vacuumlo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile
index b4ba896fba9..71106ff69c6 100644
--- a/contrib/vacuumlo/Makefile
+++ b/contrib/vacuumlo/Makefile
@@ -7,7 +7,7 @@ PROGRAM = vacuumlo
OBJS = vacuumlo.o $(WIN32RES)
PG_CPPFLAGS = -I$(libpq_srcdir)
-PG_LIBS = $(libpq_pgport)
+PG_LIBS_INTERNAL = $(libpq_pgport)
ifdef USE_PGXS
PG_CONFIG = pg_config