1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00
Files
postgres/src/backend/access/Makefile
2010-09-20 22:08:53 +02:00

14 lines
281 B
Makefile

#
# Makefile for the access methods module
#
# src/backend/access/Makefile
#
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