mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
12 lines
335 B
Makefile
12 lines
335 B
Makefile
# $PostgreSQL: pgsql/contrib/fuzzystrmatch/Makefile,v 1.3 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/fuzzystrmatch
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = fuzzystrmatch
|
|
DATA_built = fuzzystrmatch.sql
|
|
DOCS = README.fuzzystrmatch README.soundex
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|