nbtree: fix read page recheck typo.
[pgsql.git] / src / backend / statistics / Makefile
blob041f5f8a5814eeaeade9950afffaa1b6036959eb
1 #-------------------------------------------------------------------------
3 # Makefile--
4 # Makefile for statistics
6 # IDENTIFICATION
7 # src/backend/statistics/Makefile
9 #-------------------------------------------------------------------------
11 subdir = src/backend/statistics
12 top_builddir = ../../..
13 include $(top_builddir)/src/Makefile.global
15 OBJS = \
16 dependencies.o \
17 extended_stats.o \
18 mcv.o \
19 mvdistinct.o \
20 relation_stats.o \
21 stat_utils.o
23 include $(top_srcdir)/src/backend/common.mk