blob: 112b6e5c6df652fbcd1cc1404ceebb34bdc6d2bf [file] [log] [blame]
#
# Makefile for the access methods module
#
# $PostgreSQL: pgsql/src/backend/access/Makefile,v 1.14 2008/02/19 10:30:06 petere Exp $
#
subdir = src/backend/access
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = common gist hash heap index nbtree transam external gin bitmap appendonly parquet
include $(top_srcdir)/src/backend/common.mk