Skip to content
Snippets Groups Projects
Makefile 968 B
Newer Older
# contrib/Makefile
subdir = contrib
top_builddir = ..
include $(top_builddir)/src/Makefile.global
		auth_delay	\
Tom Lane's avatar
Tom Lane committed
		btree_gin	\
Tom Lane's avatar
Tom Lane committed
		chkpass		\
		cube		\
		dummy_seclabel	\
		fuzzystrmatch	\
		intagg		\
Bruce Momjian's avatar
Bruce Momjian committed
		lo		\
Bruce Momjian's avatar
Bruce Momjian committed
		pg_standby	\
Tom Lane's avatar
Tom Lane committed
		pg_test_fsync	\
		pgbench		\
Tatsuo Ishii's avatar
Tatsuo Ishii committed
		pgrowlocks	\
Tatsuo Ishii's avatar
Tatsuo Ishii committed
		pgstattuple	\
Bruce Momjian's avatar
Bruce Momjian committed
		seg		\
		spi		\
		tablefunc	\
Teodor Sigaev's avatar
Teodor Sigaev committed
		unaccent	\
SUBDIRS += sslinfo
SUBDIRS += uuid-ossp
ifeq ($(with_libxml),yes)
# Missing:
#		start-scripts	\ (does not have a makefile)
$(recurse)