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