Properly access a buffer's LSN using existing access macros instead of abusing
[PostgreSQL.git] / src / backend / storage / freespace / Makefile
blob1581d7da28fa38a459152d3941a9696247c6f1ae
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for storage/freespace
6 # IDENTIFICATION
7 # $PostgreSQL$
9 #-------------------------------------------------------------------------
11 subdir = src/backend/storage/freespace
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = freespace.o fsmpage.o indexfsm.o
17 include $(top_srcdir)/src/backend/common.mk