# Makefile for pg_plpgsql_ext EXTENSION = pg_plpgsql_ext DATA = pg_plpgsql_ext--1.0.0.sql PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)