aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/Makefile
blob: 327a1bc16d83dc15baf1e296e0c43c0ec46e861e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
#    src/backend/lib/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = ilist.o binaryheap.o stringinfo.o

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