summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/large_object/Makefile
blob: 8a6bc36d319c05e02db1e04ce081acdfcd428159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for storage/large_object
#
# IDENTIFICATION
#    src/backend/storage/large_object/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = \
	inv_api.o

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