1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Minor logic fix for new levenshtein implementation.

Alexander Korotkov
This commit is contained in:
Tom Lane
2011-02-20 14:55:07 -05:00
parent 7c5d0ae707
commit 087bd179e6
2 changed files with 4 additions and 1 deletions

View File

@ -16,3 +16,6 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
# levenshtein.c is #included by fuzzystrmatch.c
fuzzystrmatch.o: fuzzystrmatch.c levenshtein.c