aboutsummaryrefslogtreecommitdiff
path: root/contrib/lo/Makefile
blob: 43c01f57c0a839e6fe436643599728fa16182ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# contrib/lo/Makefile

MODULES = lo
DATA_built = lo.sql
DATA = uninstall_lo.sql

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/lo
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif