7 lines
149 B
Makefile
7 lines
149 B
Makefile
EXTENSION = c77_secure_db
|
|
DATA = c77_secure_db--1.0.0.sql
|
|
|
|
PG_CONFIG = $(shell which pg_config)
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
|
include $(PGXS)
|