summaryrefslogtreecommitdiffstats
path: root/src/backend/access/Makefile
blob: 0880e0a8bbb63901164aef4a2de577db59c98b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for the access methods module
#
# src/backend/access/Makefile
#

subdir = src/backend/access
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS	    = brin common gin gist hash heap index nbtree rmgrdesc spgist \
			  table tablesample transam

include $(top_srcdir)/src/backend/common.mk