]> git.8kb.co.uk Git - postgresql/table_log_pl/blob - Makefile
f4a25e68f2827ec76b6ecac8533ce976b0777cd3
[postgresql/table_log_pl] / Makefile
1 EXTENSION = table_log_pl
2 DATA = $(wildcard sql/*--*.sql)
3 DOCS = $(wildcard docs/*.md)
4
5 PG_CONFIG = pg_config
6 PGXS := $(shell $(PG_CONFIG) --pgxs)
7 include $(PGXS)