summaryrefslogtreecommitdiff
path: root/contrib/isn/Makefile
blob: bfc3a37de12e0a43323802feaf3fea12db000b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $PostgreSQL: pgsql/contrib/isn/Makefile,v 1.1 2006/09/09 04:07:52 tgl Exp $

MODULES = isn
DATA_built = isn.sql
DATA = uninstall_isn.sql
DOCS = README.isn

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