aboutsummaryrefslogtreecommitdiff
path: root/contrib/lo/Makefile
blob: c9a6becbde3fa5ce90260743c2bdf66bff8621b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.14 2005/09/27 17:13:04 tgl Exp $

MODULES = lo
DATA_built = lo.sql
DATA = lo_drop.sql lo_test.sql
DOCS = README.lo

ifdef USE_PGXS
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