summaryrefslogtreecommitdiffstats
path: root/t/foo/foo-123/Makefile
blob: 9f9a2f86f32e6bd5fd69a319dbd3ae0e24cb3851 (plain)
1
2
3
4
5
6
7
8
9
10
MODULE_big = foo
OBJS = foo.o
EXTENSION = foo
DATA = foo--100.sql foo--100--123.sql foo--123.sql
REGRESS = foo upgrade

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)