mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Unaccent dictionary.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.88 2009/08/07 20:50:21 petere Exp $
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.89 2009/08/18 10:34:39 teodor Exp $
|
||||
|
||||
subdir = contrib
|
||||
top_builddir = ..
|
||||
@ -39,6 +39,7 @@ SUBDIRS = \
|
||||
tablefunc \
|
||||
test_parser \
|
||||
tsearch2 \
|
||||
unaccent \
|
||||
vacuumlo
|
||||
|
||||
ifeq ($(with_openssl),yes)
|
||||
|
Reference in New Issue
Block a user