mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:44:33 +00:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
EXTENSION = pg_prolelog
|
|
DATA = pg_prolelog--1.0.sql
|
|
MODULES = pg_prolelog
|
|
|
|
PG_CONFIG = pg_config
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
include $(PGXS)
|