summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/Makefile
blob: fb1811f2c0bd22c7ff35b8bfd1bc3007c6b9f522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $PostgreSQL$

MODULE_big = fuzzystrmatch
OBJS = fuzzystrmatch.o dmetaphone.o
DATA_built = fuzzystrmatch.sql
DATA = uninstall_fuzzystrmatch.sql

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