1 # contrib/bloom/Makefile
15 PGFILEDESC
= "bloom access method - signature file based index"
19 # Disable TAP tests for this module for now, as these are unstable on several
20 # buildfarm environments.
25 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
28 subdir
= contrib
/bloom
30 include $(top_builddir
)/src
/Makefile.global
31 include $(top_srcdir
)/contrib
/contrib-global.mk