pg_amcheck: Fix test failure on Windows with non-existing role
[pgsql.git] / contrib / lo / Makefile
blob8cfff63d882a29a93e5ddd3e72fdb939e131c780
1 # contrib/lo/Makefile
3 MODULES = lo
5 EXTENSION = lo
6 DATA = lo--1.1.sql lo--1.0--1.1.sql lo--1.1--1.2.sql
7 PGFILEDESC = "lo - management for large objects"
9 REGRESS = lo
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = contrib/lo
17 top_builddir = ../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif