summaryrefslogtreecommitdiff
path: root/src/backend/access/Makefile
blob: cfbb5a5d35ad9132ec6d840a4568b4553ad87766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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 gin

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